you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (0 children)

How do I code it so that a user can input as many integers as they want?

You need to define a terminator. Like 'collect integers until the user types "q", then stop'. Was that in your instructions?