基礎知識練習

1.溫度轉換 題目要求:輸入華氏溫度值,轉換爲攝氏溫度輸出,華氏溫度轉換爲攝氏溫度 。解題思路: 輸入華氏溫度並接收 利用公式 輸出攝氏溫度 程序代碼: public class E201_01_01_溫度轉換 {     public static void main(String[] args) {         Scanner scanner = new Scanner(System.in
相關文章
相關標籤/搜索