|
In Java Programming, how do I get this to work? I don't -
December 13th, 2007
know how to do the find-lowest-score thing...? In Java Programming, make a program in which a user enters tests scores from the terminal. Write a while loop that finds the minimum test score, counts the total number of test scores, and prints appropiate messages. The end of input is indicated bya a sentinel of -1 from the user.
|