Description: This search system is student achievement a small part, to achieve (1) function input () input 20 names of students and college entrance examination score (2) function sort () by college entrance examination score sorted in descending order, name order also will be adjusted (3) function display () displays the names of students and their college entrance examination score (4) in the main function, enter a name, write the function search () method with a sequential search to find the student. If the lookup succeeds, the main function to display the student name and college entrance examination score otherwise display the lookup fails.
To Search:
File list (Check if you may need any files):
学生成绩统计.cpp