危机橘子

文章
5
资源
0
加入时间
2年10月21天

if语句的使用

一.程序功能将输入的天气温度,进行零下摄氏度的比例换算二、代码#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",&