top of page

My Digital Thermometer


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.  


 
 
 

Recent Posts

See All

Comments


bottom of page