Write a program that prompts the user for the number of students in the class and then for each student their name, points on 3 tests (all out of 100) and than displays the student name, their test scores and the average.
Output well done! for a score over 79 else for a score less than 79 Try Harder
The output would similar to
How many students in the class
3
Enter next student name:
James Cool
Enter first test score
77
Enter second test score
56
Enter third test score
80
James Cool has an average of 71 Try harder
Repeat for the next 2 students
2006-10-29
12:44:54
·
4 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
ITS IN JAVA
2006-10-29
12:49:31 ·
update #1