Suppose the following code were executed. What would be the value of z? int x, y, z; x=3; y=7 z=9 i f x>y if x-y==4 z=33; else z=77 ; a. 7 b. 33 c. 77 d. 9 Question Answer: solved algebra 11 months ago 1496