0 10 20 30 40 50 60 70 80 90 100 56120 0
You are not logged in

Welcome to type with code

Start typing or press to get going!

The vb code you'll be racing to type out is all about:

For loop

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%