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.
 
 
 

368 B

# 温度转换程序 - 作业提交

作业标题:W1-郑佳音-202401060101

## 编译与运行命令

### 1. 编译代码

javac TemperatureConverter.java

### 2. 运行程序

- 交互式模式:java TemperatureConverter

- 命令行参数模式:java TemperatureConverter 36.6 C

- 批量转换模式:java TemperatureConverter -f temperatures.txt