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.

305 B

# 温度转换器

## 编译运行命令

1. 编译:javac TemperatureConverter.java

2. 运行:java TemperatureConverter

## 使用说明

程序启动后,根据提示输入温度数值和单位(例如 36.6 C97 F),程序会自动转换并输出结果。