关于C++的翻译

来源:百度知道 编辑:UC知道 时间:2024/05/21 12:50:10
Write a program for calculating the grade and status of 10 students. The
program should get Student's Name, RollNo, and Marks from the keyboard.
The Grade Report should display the following output:
Students Grade Report
-----------------------------
RollNo Student's Name Grade Status
......
Number of Pass students: x
Number of Fail students: y
Result Percentage: z
Result percentage means the ratio of pass students to total students in the
class.

上面的是什么意思啊,知道的说下了,谢谢大家!

编程实现计算10个学生的年级和状态。
程序可以根据关键字得到学生的姓名、学号、和标记.
年级报告将按照下列格式打印:
Students Grade Report
-----------------------------
RollNo Student's Name Grade Status
......
Number of Pass students: x
Number of Fail students: y
Result Percentage: z
Result percentage指的是通过的学生占总学生的百分比

以上
不过,这不是翻译问题么?怎么发在这啊?

楼上那位翻译的够清楚了,我就不废话了。呵呵

哪位大侠能写出来