Kotlin - Operators and Expressions
You want to print all even numbers from 2 to 20 using a range and step. Which Kotlin code snippet correctly does this?
step 2 iterates over every second number starting at 2.step 2 correctly to print even numbers directly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions