Q3
What is the output of the following code snippet?int x = 5;if (x > 3) System.out.println("Hello");
A.
No output
B.
Error
C.
Hello
AnswerD.
5
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board