What is the difference between a reserved word and a user-defined identifier?
Are the identifiers quizNo1 and quizno1 the same?
Evaluate the following expressions.
a. 25 + 4 – 7
b. 8 / 3
c. 13 / 3 * 6 – 10
d. 3 + 5 % 6
e. 28 / 4.0
f. 20 – 13 % 2 + 18 / 9
g. 42 % 36 – 6 + 36 / 7 * 4
h. 5 / 9 * (32.6 – 4.5)
i. 13.5 + 2.0 * 4.0 / 4.0