首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
【菜鸟入C】【输入一小写字母并将其转化成大写字母】
【菜鸟入C】【输入一小写字母并将其转化成大写字母】
xiaoxiao
2023-11-24
176
#include<stdio.h> int main() { char c1,c2; printf("please enter one letter:"); stanf("%c",&c1); c2=c1+32; printf("%c",c2); return 0; }
转载请注明原文地址: https://yun.8miu.com/read-113186.html
最新回复
(
0
)