《C 程序設計語言》練習1-3

1 #include<stdio.h> 2 /*當fahr=0,20,...,300時,打印華氏溫度與攝氏溫度對照表; 3 浮點數版本*/ 4 main () 5 { 6 float fahr,celsius; 7 int lower,upper,step; 8 lower=0;/*溫度表的下限*/ 9 upper=300;/*溫度表的上限*/ 10 ste
相關文章
相關標籤/搜索