作业帮 > 综合 > 作业

求大神帮忙用C语言编写这个程序.急.

来源:学生作业帮 编辑:灵鹊做题网作业帮 分类:综合作业 时间:2024/04/29 20:32:18
求大神帮忙用C语言编写这个程序.急.
Please input a character from the keyboard,if it is a
capital letter,translate it into the corresponding lowercase,and print the
result out,if it is a lowercase,change it into the uppercase,and print the
result out ,if neither,print “It
is not a letter!”message.
求大神帮忙用C语言编写这个程序.急.
参考代码:
#include
int main()
{
char c=getchar();
if (c>='a'&&c='A'&&c