Vidyalelo
Computer Science · Q197

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 197

Q197

What is the output of the following code: println(5 > 3 && 5 < 10)

A.
2
B.
5
C.
false
D.
true
Answer

Answer: Option D

Solution

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