Introduction - If you have any usage issues, please Google them yourself
Declared the Student class. Properties include the student number, name, English, mathematics, computer performance. Methods include constructors, get method, set method, toString method, equals method, compareTo method (compare two students with a total score, the results point greater than, less than, equal to), sum method (calculated total score) and testScore methods ( calculation of evaluation results, the average score).