Examlex

Solved

What Is the Value of Z After the Following Code

question 36

Multiple Choice

What is the value of z after the following code is executed?
int x = 5, y = 28;
Float z;
Z = (float) (y / x) ;


Definitions:

Related Questions