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.
|
|
1 month ago | |
|---|---|---|
| .. | ||
| AI协助报告 | 1 month ago | |
| README.md | 1 month ago | |
| TemperatureConverter.java | 1 month ago | |
| e9a62f990602eeabc560d992aa20469b.png | 1 month ago | |
README.md
温度转换程序(Java版)
功能说明
实现摄氏温度(C)与华氏温度(F)的双向转换,支持命令行参数和交互两种运行模式。
编译命令
在程序所在目录执行:
javac TemperatureConverter.java