L.HW #01: Setting up your Dev Environment
Basic Hello World Code
Part 4: Modify your main
Now that you've got your Dev Environment up and running,
modify your code to print "Hello World" to the screen 5 times without pause.
Then prompt the user if they would like to see "Hello again".
If they say "yes", then repeat "Hello World" 5 times.
Continue doing this until they type something other than "yes" (ignoring case),
and then quit the program.
Submission Requirements:
You should do the following for all assignments submitted for this course.