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.

340 B

#温度转换程序

编译命令:

javac TemperatureConverter.java

运行命令:

1.交互模式:

java TemperatureConverter

2.命令行模式:

java TemperatureConverter 36.6 C

3.文件批量:

java TemperatureConverter -file temps.txt

功能:实现摄氏与华氏温度互相转换