練習1-15使用函數實現溫度轉換

這道題是C程序語言設計中的練習1-15.函數 只是基本實現,如有錯誤或更優秀的方法,歡迎指正,謝謝。設計 #include <stdio.h> //當fahr = 0,20,..., 300時,分別打印華氏溫度與攝氏溫度對照表 int celsius(float a, int b, int c); main() { float fahr; int lower, upper;
相關文章
相關標籤/搜索