Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 327 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 327 Bytes

Temperature Converter

Java program converting temperatures between Fahrenheit and Celsius.

Run the program by downloading the file, compile it using javac, and run it from either a terminal or IDE desired. The program will ask for a temperature and then a unit. Provide those pieces of information and it will do the rest!