Rust
Converting Temperatures in Rust
Next up is my third program written in Rust. All the prompt said was: Convert temperatures between Fahrenheit and Celsius. This could be simple functions to go back and forth between Celsius and Fahrenheit. But I wanted to try and challenge myself to do handle some user input and use