-->
当前位置:首页 > 题库

PROGRAMMING:Grade (*)

Luz5年前 (2021-05-10)题库593
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