Multiple Choice
What is the value of z after the following statements have been executed?
int x = 4, y = 33;
Double z;
Z = (double) (y / x) ;
A) 8.25
B) 4
C) 0
D) 8.0
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Which of the following is valid?<br>A) float
Q15: Which of the following is a value
Q16: In the following Java statement, what value
Q17: If the compiler encounters a statement that
Q18: What will be displayed as a result
Q20: What would be displayed as a result
Q21: What output will be displayed as a
Q22: Both character and string literals can be
Q23: Which of the following cannot be used
Q24: A Java program will not compile unless