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

PROGRAMMING:Branching structure

Luz5年前 (2021-05-10)题库473
Keyboard input an English letter, if it is upper case, output ASCII code, if it is lower case, output the corresponding upper case letter.
###Input format:
Enter an English letter.
###Output format:
According to the input letter output ASCII code or capital letters
###Input sample 1:
```in
A
```
###Output sample 1:
```out
sixty-five
```
###Input sample 2:
```in
a
```
###Output sample 2:
```out
A
```







answer:If there is no answer, please comment