How to read a list of real numbers in the order listed in
the required data. Then find the largest number in the list.
The smallest number in the list. The average of all the numbers
in the list founded off to the nuearest 1/1000th.
Lets say that the required data is:
14,0,25.003,-6,15,-9,.001,63,-23,41,-22,12,52,-0.33,8
And print the required data in long form first,like above.
But using a read statement, like READ A
I don't know how to do it.
-------------
Kro121
the required data. Then find the largest number in the list.
The smallest number in the list. The average of all the numbers
in the list founded off to the nuearest 1/1000th.
Lets say that the required data is:
14,0,25.003,-6,15,-9,.001,63,-23,41,-22,12,52,-0.33,8
And print the required data in long form first,like above.
But using a read statement, like READ A
I don't know how to do it.
-------------
Kro121
Comment