1.

What is the output of this program? 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
Answer» E.


Discussion

No Comment Found