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 | |
|---|---|---|
| .. | ||
| IMG_2171.HEIC | 1 month ago | |
| IMG_2174.HEIC | 1 month ago | |
| IMG_2175.HEIC | 1 month ago | |
| TemperatureConverter.java | 1 month ago | |
| readme.txt | 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