Which of the following are valid expressions Except?
a) sales-revenues
b) Mpg, Gallons
c) Pi* Radius
d) M/n
An assignment statement will………
a) perform calculation
b) store result of calculation
c) display result of calculation
d) both a & b
Which of the following is arithmetic operators except?
a) +
b) -
c) %
d) >
Which of the following operator is used to assign a value to variable?
a) >
b) +
c) =
d) *
Which of the following is correct syntax for writing assignment statement?
a) variable=right-side
b) constant=right-side
c) constant=variable
d) none of these
Which of the following is valid assignment statement?
a) a=100;
b) c=a + b;
c) x=c-d+10;
d) all of these