English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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.

2007-12-12 18:18:32 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

I just cant be bothered to offer real help just as you cannot be bothered to do this simple task.

You will need a loop.

You will also want to count
count++;
or
++count;
or
count=count+1;

Enjoy.

2007-12-12 19:23:43 · answer #1 · answered by AnalProgrammer 7 · 1 0

fedest.com, questions and answers