Make this while loop repeat its code block three times by coding counter <= 3.
while
counter <= 3
Make sure to type counter <= 3.