To define the number of times the for loop runs, we need a start number, ..., and an end number.

Great! Every time the loop runs, i gets a different value. It begins at the start number and finishes at the end number.

Make sure to begin with the lower number and finish with the higher number. ... goes in between.