Quote:
What I need to be able to do is take a bunch of numbers that the user inputs, and then find the average of them, as well as the max and the min. What i was wondering is how could i read these numbers from the input, and make them all separate? Is this possible? The user should be able to enter in a string of numbers such as
48 576 21 3 57 8
and the program should recognise these all as different numbers...
One of the standard C input functions can do this, but I hate using that kind of thing