Vidyalelo
Computer Science · Q224

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 224

Q224

How do you start writing a while loop in Kotlin?

A.
if x > y while
B.
while (x < y)
Answer
C.
while x < y
D.
while x < y then

Answer: Option B

Solution

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