Introduction - If you have any usage issues, please Google them yourself
Using the order table to achieve student achievement management system
The purpose of this paper is to master the sequential storage structure of data and the methods to implement them in computer
Experimental content: linear table storage structure of the order of basic operations, to achieve the function of:
(1) input function: you can input student information;
(2) statistical function: calculate the average grade of each student, sort according to the average score, and can count the number and information of 100~90, 60~0 students;
(3) search function: according to student number to find student information, and can be modified accordingly;
(4) insert function: information that can insert new students;
(5) delete function: according to student number, delete the corresponding student information.