Hello, I am having trouble doing the min, max, and average of a program that takes a file with ab unch of numbers and outputs them until the console window is full, pauses, and then continues until the file is done. This is what I have for a code and the numbers I am testing with.
I need to find the min, max, and average after each time the console pauses for that batch of numbers. So with the numbers above, there is 21 numbers, so it stops at the second 89 and then when space is hit it puts out the 87. Thanks!