Q224
How do you start writing a while loop in Kotlin?
A.
if x > y while
B.
while (x < y)
AnswerC.
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