Repeat the while loop three times by coding a condition that checks if i is less than or equal to 3.
while
i
Make sure to type i <= 3.
i <= 3