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.
 
 

222 B

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