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.
Jiayuheng fb686cb4e0 上传文件至 'w1' 1 month ago
w1 上传文件至 'w1' 1 month ago
README.md 添加 'README.md' 1 month ago
W1-贾雨衡-202506050303 添加 'W1-贾雨衡-202506050303' 1 month ago

README.md

温度转换程序(Java版)

功能说明

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

编译命令

在程序所在目录执行:

javac TemperatureConverter.java