Write a Java driven application with the following requirements:
1. Must enter names of students.
2. Enter test 1, 2 and 3 scores for each of my students.
3. Program must calculate the average of each student.
4. Average of each student must appear below their names. ARRAY and MENU implementation should be necessary.
For example:
Student Name: Peter
Average: 56
Student Name: Roxy
Average: 89.3
Comments
Leave a comment