Kotlin - Loops and Ranges
You want to print all odd numbers from 15 down to 1 using a Kotlin
for loop with downTo and step, without using an if statement. Which code snippet correctly does this?