You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

286 B

温度转换程序 Java 版

功能说明

  • 摄氏温度 ↔ 华氏温度 互相转换
  • 公式与 Python 版本完全一致

编译命令

javac TemperatureConverter.java
java TemperatureConverter

```text
36.6 摄氏度 = 97.9 华氏度
98.6 华氏度 = 37.0 摄氏度