8.0,”What will be the value of z after the following statements have been executed?int x=4

Average Rating
0 out of 5 stars. 0 votes.

8.0,”What will be the value of z after the following statements have been executed?int x=4

y=33;double z;z=(double)(y/x);”