1.
Q10: After executing the following code, the value in variable
alpha
is and the value in variable gamma
is .if (alpha > beta)
alpha = alpha + 2;
if (alpha > delta)
gamma = alpha + 5;