Kotlin - Loops and Ranges
You want to print all even numbers from 20 down to 2 using a Kotlin
for loop. Which code snippet achieves this correctly?for loop. Which code snippet achieves this correctly?20 downTo 2 step 2.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions