一.程序功能将输入的天气温度,进行零下摄氏度的比例换算二、代码#include<stdio.h>int main(void){ const int FREEZING=0; float temperature; int cold_days=0; int all_days=0; printf("please enter the ten days'temperature.\n"); while(scanf("%f",&
C语言
2023-12-07
48 点赞
0 评论
72 浏览