posted 11 years ago
Well I was thinking arrays as well when I first saw my assignment but the professor stated
"You do not need to use array to save each input score for this lab. A Single
loop to read in each grade, compare with the current highest grade, lowest grade, and
calculate the running sum at the same time."
so that threw me off. How would I go about using a loop to read each grade, and distinguishing between each grade in the scanner? So far the way I have it set up it only seems to be reading the first number. Any ideas? Thanks