正解如下,已测试:#include "iostream.h"void main(){ char a,b; cin>>a;//输入字符 cout<<(int)a< if ( a>='a' && a<='z' ){//若是小写字母 b=a-32;//同一字母的大小写asc码值相差32 cout< }else cout<}
cin>>char c;cout<<(int)c<='a' && c<='z' ) cout<