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.
 
 
Zhaoruolan 66e8d55741 上传文件至 'W1' 1 month ago
..
TemperatureConverter.java 上传文件至 'W1' 1 month ago
ai使用 (2).HEIC 上传文件至 'W1' 1 month ago
ai使用.HEIC 上传文件至 'W1' 1 month ago
readme.txt 上传文件至 'W1' 1 month ago

readme.txt

READ ME.md


# TemperatureConverter

This is a Java version of the Python temperature conversion program.
It supports conversion between Celsius (C) and Fahrenheit (F).

## Compile

```bash
javac TemperatureConverter.java