Start typing or press to get going!
The vb code you'll be racing to type out is all about:
A for loop is a count-controlled loop which means it your code says exactly how many times the loop should repeat.
A for loop will use a variable to count between the minimum and maximum value. This variable is called the index, which is why for loops often use the variable i.
A for loop is an example of definite iteration because the number of times the loop repeats is clearly defined.
This example will count from 10 to 20
0 WPM | |
0% | |
0s | |
0% |