猿问

帮忙编写程序


慕沐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; }
随时随地看视频慕课网APP
我要回答