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) ;
A) 5.6
B) 3.0
C) 5.0
D) 5.60
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: Named constants are initialized with a value
Q32: Which of the following statements correctly creates
Q33: The Java API provides a class named
Q34: When the + operator is used with
Q35: Which of the following is not a
Q37: If x has been declared an int,
Q38: Which of the following is not a
Q39: What will be displayed as a result
Q40: Character literals are enclosed in _ and
Q41: Every Java application program must have<br>A) a