A
Q. What is the value stored in x in the following lines of Java code?
int x, y, z;
x = 0;
y = 1;
x = y = z = 8;
- Correct Answer - Option(D)
- Views: 7
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.