5.0,”What will be the value of z as a result of executing the following code? int x = 5

Average Rating
0 out of 5 stars. 0 votes.

5.0,”What will be the value of z as a result of executing the following code? int x = 5

y = 28;float z;z = (float) (y / x);”