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

PROGRAMMING:Conversion from lowercase to uppercase

Luz5年前 (2021-05-10)题库440
Read an English string from the keyboard, convert it to uppercase, and then output.
###Input format:
English string, can include English characters, numbers and symbols.
###Output format:
Converted to uppercase English string.
###Input example:
```in
cvoid2020
```
###Output example:
```out
CVOID2020
```







answer:If there is no answer, please comment