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.

261 B

温度转换程序(Java版)

功能说明

实现摄氏温度(C)与华氏温度(F)的双向转换,支持命令行参数和交互两种运行模式。

编译命令

在程序所在目录执行:

javac TemperatureConverter.java