Suppose x, y, and z are into variables and w and t are double variables. What value

Question:

Suppose x, y, and z are into variables and w and t are double variables. What value is assigned to each of these variables after the last statement executes?
x = 17;
y = 15;
x = x + y / 4;
z = x % 3 + 4;
w = 17 / 3 + 6.5;
t = x / 4.0 + 15 % 4 - 3.5;
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: