各位哥哥姐姐 帮帮忙 小弟先谢谢了 帮忙编个程序
任务:Task1:
You are required to construct a program, in which the following aspects must be met.构建一个程序,需要完成以下任务:
1. Ten students’grades are input from the user;输入学生成绩
2. Use the two pre-defined functions in the scenario;使用预定义的两个函数
3. Give a user-defined function to display all the students’grades like:
The No.1 Grade is:
The No.2 Grade is:
…
The No.10 Grade is:
请以以下方式打印学生成绩:The No.1 Grade is:
The No.2 Grade is:
4. Display the value of the max, sum, and all the grades.
请打印出最大成绩、成绩总和、以及每个学生成绩