为了账号安全,请及时绑定邮箱和手机立即绑定

怎么编写学生信息管理系统啊

怎么编写学生信息管理系统啊

C++
慕粉1474787036 2017-06-13 16:44:13
Using the related knowledge of the class and the basic example codes in PPTs, complete the Grade Management System, and implement the following functions:1. Define a class as followings:1) The data members include the number of students, a student name list, a grades list (arrays with fixed numbers) and other necessary data members. The basic member functions include a constructor and other necessary member functions.2) A member function to input a student name and his/her grade3) Some member functions used to output the highest grade and the corresponding student’s name, the lowest grade and the corresponding student’s name, the average grades, and the students list and their grades whose grade is less than 60. 4) A member function to output all students and their corresponding grades in order. 5) A member function to query the grade of a specified student. 6) A member function to modify the grade of a specified student. 7) A member function to delete a student by the student’s name.2. Write a program that can use the class to implement the grade management for a specific course. The program will display a menu at first, and then we can select different a menu item to input/modify/output/query students and their grades. The menu is as followings: 1. Input a student and grade 2. Delete a student and grade 3. Output all students and their corresponding grades in order 4. Modify the grade of a student 5. Query the grade of a student 6. Output the Summary information: the highest, lowest, average grade. Please input the beginning number to select the corresponding menu item.
查看完整描述

1 回答

?
John_Skeet

TA贡献33条经验 获得超58个赞

很简单啊,用C的话,百度就有模版

查看完整回答
2 反对 回复 2017-06-15
  • 1 回答
  • 0 关注
  • 992 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信