Heading for loop - practice
Problem
Modify the program so that numbers from 0 to 100 are displayed on the screen in increments of 10:
1. add commands to the header of the for loop, use the variable i
as a counter variable
2. add padding on the second line