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

PROGRAMMING:toggle case

Luz5年前 (2021-05-10)题库381
Enter a letter (upper or lower case) and output its corresponding letter (lower or upper case).
###Input example:
```in
A
```
###Output example:
```out
a
```
###Input example:
```in
y
```
###Output example:
```out
Y
```







answer:If there is no answer, please comment