优质科普作者
作者介绍
```cinclude int main() {char ch;printf( "请输入一个大写字母: ");scanf( "%c ", &ch); 判断是否为大写字母并进行转换if (ch >= A && ch