Quiz: The Power of the for Loop
Test your understanding of the concepts discussed in this chapter.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
How can we specify a different step when iterating over a range in Kotlin?
A.
By using the for-each loop instead of the for loop
B.
By using the step infix function
C.
By using the increment keyword
D.
By using the step keyword
1 / 5
...