Q197
What is the output of the following code: println(5 > 3 && 5 < 10)
A.
2
B.
5
C.
false
D.
true
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board