Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+16 votes
asked in CSC211_Winter2018 by (1 point)

2 Answers

+7 votes

If you are talking about the programming assignment for prof. Mueller "catch it" then yes.

You will have the whole code in main in a loop and run while it is up.

answered by (1 point)
+1

It seems I misread the question as while loops instead of do/while loops. Please look at prof. Mueller's answer below.

+6 votes

True, you need to use one big loop in the main method, but it can be a while loop. You are not required to use a do/while loop.

answered by (1 point)
...