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

PROGRAMMING:Loop structure - 10 characters

Luz5年前 (2021-05-10)题库507
Input 10 characters, if all capital letters, output perfect; If all lowercase letters, output good; If it is all digital, output nice. If the first three cases do not meet the output OK
###Input format:
Enter 10 characters
###Output format:
If all capital letters, output perfect;
If all lowercase letters, output good;
If all are digital, output nice;
If the first three cases do not meet the output requirements, OK
###Input example:
Here is a set of inputs. For example:
```in
ABCDEFGHWN
```
###Output example:
The corresponding output is given here. For example:
```out
perfect
```







answer:If there is no answer, please comment