Kotlin - Loops and Ranges
What is wrong with this Kotlin code?
var i = 1
do {
println(i)
} while i < 5var i = 1
do {
println(i)
} while i < 5i < 5 is not inside parentheses after while.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions