Q56
What will be the output of the following Java code? class Relational_operator public static void main(String args[]) int var1 = 5; int var2 = 6; System.out.print(var1 > var2);
A.
1
B.
0
C.
true
D.
false
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board