课程成绩统计系统 Course Achievement Statistics System 某班有最多不超过 30 人(具体人数由键盘输入)参加某门课程的期末考试。 There are no more than 30 people (spe
Posted: Sat Jul 09, 2022 11:47 am
An instance of the result of the program running: input student number (n<30): 3 Management for student's scores 1-input record 2-caculate total and average acore of course 3-statistic analysis 4-list record 0-exit please input your choice:1 input student's ID and score: 10001 70 10002 80 10003 90 Management for student's scores 1-input record caculate total and average acore of course 3-statistic analysis 4-list record 0-exit please input your choice:2 sum-240, aver-80.00
Management for student's scores 1-input record 2-caculate total and average acore of course 3-statistic analysis 4-list record 0-exit please input your choice:3 <60 0 60-69 0 70-79 1 80-89 1 90-99 1 100 0 0.00% 0.00% 33.33% 33.33% 33.33% 0.00% Management for student's scores 1-input record 2-caculate total and average acore of course 3-statistic analysis 4-list record 0-exit please input your choice:4 10001 70 10002 80 10003 90