-->
当前位置:首页 > 题库 > 正文内容

PROGRAMMING:Grade (*)

Luz4年前 (2021-05-10)题库523
Please write a program to determine the grade of students according to their scores.
```
Grade
[90, 100] A
[80, 90) B
[70, 80) C
[60, 70) D
[0, 60) E
```
####Input format
>Achievements
####Output format
>Grade
####Input sample
```in
eighty-seven point five
```
####Output sample
```out
B
```







answer:If there is no answer, please comment

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。