I am a noob programmer learning Java by myself and I have met with the following problem in one of the exercises:
// Ask the user to input as many numbers as he likes. Then calculate those numbers average.
Could somebody give me a hint of how I am supposed to do that? The best I thought so far is to ask the user to input some command to get out of the loop. But how can I store the inputs?
Thanks for your time and your help!