Can you create a while loop that displays Hi! exactly three times?

Perfect! In the beginning, number has the value 1. In the loop's third execution, number increases to 4 and the loop stops.

Because of <=, the loop would run another time after reaching the value of 4.