Class Project While loop for adding to arrays (Java).
Trying to setup an ArrayList to accept user input.
- Wanting to prompt the user each time to add CUs for a given class.
- Want to reject any user input from being a negative.
- Want to take the complete ArrayList and then add it up.