C语言作业题整理
第一次编写一程序,通过键盘输入一华氏温度,将其转换为摄氏温度后输出。 公式为c=5/9(f - 32)#include "stdio.h"main(){ float f=0,h=0; printf("
C语言作业题整理