PatrickFrankAIU / ITWEB220-2404A

Learning resources for students in ITWEB 220, term 2404A.
0 stars 0 forks source link

Exercise: Repetitive Message #15

Open PatrickFrankAIU opened 3 months ago

PatrickFrankAIU commented 3 months ago

Write a loop that simply outputs a string 4 times in succession (one line after the next). The message is up to you, but keep it short to fit on one line.

For practice, complete this exercise with both a FOR loop and with a WHILE loop.