My Digital Thermometer
- Andre Johnson
- Aug 28, 2023
- 1 min read
This application was programmed in C# and performs the following tasks.
Prompt the user to “Enter a temperature: “
Pass the user input into a method titled ‘Fahrenheit’ and return the Celsius equivalent.
Pass the user input into a method titled ‘Celsius’ and return the Fahrenheit equivalent.
Print both converted values with appropriate labels.

Comments