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

PROGRAMMING:Case conversion

Luz5年前 (2021-05-10)题库383
Case conversion.
###Input format:
Input several English letters to the end of the file.
###Output format:
If the input English letter is uppercase, it will be converted to lowercase, otherwise it will be converted to uppercase.
###Input example:
Here is a set of inputs. For example:
```in
A
b
```
###Output example:
The corresponding output is given here. For example:
```out
a
B
```







answer:If there is no answer, please comment