Vidyalelo
Java Programming · Q69

Operators

Programming · Java Programming · question 69

Q69

What will be the output of the following Java code? class Output public static void main(String args[]) int x=y=z=20;

A.
compile and runs fine
B.
20
C.
run time error
D.
compile time error
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board