Research and Implementation of java-based Student Achievement System on ordinary students, students, and special students [original]: java Student Achievement
There are eggs at the end of the article
The subject of the study is:
JAVA Student Achievement System requests code that meets the following requirements. A school has three types of students:
1) ordinary students: The total score is composed of 30% of the average score and 70% of the test score.
2) remaining students: The total score is composed of all exam scores.
3) special students: The total score consists of 30% + 70% + 10 + points.
Each student has a name and student ID.
Requirements:
1. correctly defining classes indicates the above three types of students and their relationships.
2. Define methods of each category correctly and calculate the overall score of each student
3. Define a method to calculate the average score of N students in the overall evaluation
4. Define a method to find the Top N students with the highest overall score
5. Define a method, enter information and scores of N students, and save them to files
6. Calculate the average score of 10 students in the main function.
7. In the main function, find the top 10 students with the highest overall score and output personal information.
All implementations have been completed. The screenshot and Code Section are as follows: