急急急!! 用程序编出来(JAVA) 谢谢了

来源:百度知道 编辑:UC知道 时间:2024/06/24 08:30:04
Please write a command-line application to assign the letter grades to students based on their scores. Your program should first ask the number of students in the class. For each user, it should ask the name of the student and his/her average score. Then, it should calculate the letter grade, and display the name and the letter grade of the student just entered. It should calculate the letter grades as many times as the number of the students given at the beginning of the program.
Your program should calculate the letter grade as follows:
For average scores from 90 to 100, the letter grade should be “A”.
For average scores from 80 to 89, the letter grade should be “B”.
For average scores from 70 to 79, the letter grade should be “C”.
For average scores from 60 to 69, the letter grade should be “D”.
For average scores from 0 to 59, the letter grade should be “F”.
You may assume that the average score given by the user of your program is valid, that is,

写一个程序根据学生的成绩给他们排名

程序会先问你有多少个学生,然后问每个名字和他们的平均分.然后给他们排名和显示名字和名次

总共输入有多少个学生就需要有多少个排名

平均分90到100, 排名为A
80-89 B
70-79 C
60-69 D
0-59 F

你要确定平均分输入的值在0-100之间

你这耍人不是吗,先要翻译什么意思,给你翻译了不给分
你要问怎么写从新去发个贴去

你要我们干嘛?