PROGRAMMING:Branching structure
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
###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