Home > database >  Student achievement query
Student achievement query

Time:01-08

For a given five students, each 3 course grades, write a program to do the following to its 1. Student serial number input, output all the student achievement; 2. Students failed to pass the query and all grades; 3. The total grade of each student and average score; 4. Total grade the students according to the sorting,
How do you write this in C language?
  • Related