猿问
帮忙编写程序
慕沐9048589
浏览 1247
回答 1
1回答
慕运维9031111
#include<stdio.h> int main() { float f,c; printf("输入摄氏度:"); scanf("%f",&c); f=c*1.8+32; printf("%f\n",f); return 0; }
1
0
5
随时随地看视频
慕课网APP
相关分类
C
typedef入门问题
1 回答
我要回答