Kotlin - Loops and Ranges
What will be printed by this Kotlin code?
for (i in 1..7 step 3) {
print(i)
}for (i in 1..7 step 3) {
print(i)
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions