If int x = 10;, int y = 7;, double z = 4.5;, and double w = 2.5;, evaluate each of the following statements, if possible. If it is not possible, state the reason.
a. (x + y) % x
b. x % y + w
c. (z – y) / w
d. (y + z) % x
e. (x % y) * z
f. x % y % 2
g. (x + y) % z
h. (x % y + z) / w