Question: Write a method called ConvertFahrenheitToCelsius that takes a double argument. The method will calculate and return the Celsius equivalent of the argument. [C = (F
Write a method called ConvertFahrenheitToCelsius that takes a double argument. The method will calculate and return the Celsius equivalent of the argument. [C = (F 32) * 5 / 9]. In your main call this method three times with arguments 0, 32 and 212 respectively and display the results.
in c#
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
