- Write A Program That Converts Degrees Fahrenheit To Celsius Degree And Vice Versa First By Entering Degreef And Conve 1 (13.45 KiB) Viewed 27 times
Write a program that Converts degrees Fahrenheit to Celsius degree and vice versa: - first by entering degreeF and conve
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a program that Converts degrees Fahrenheit to Celsius degree and vice versa: - first by entering degreeF and conve
Write a program that Converts degrees Fahrenheit to Celsius degree and vice versa: - first by entering degreeF and converting the entered value to degreeC and printing out the result in celsius using the following conversion formula: degreeC= 5.0 / 9.0 * (degreesF - 32) - then by converting the degreeC calculated in the above formula to degreeF and printing out the result in Fahrenheit again using the following conversion formula: degreeF (9.0 / 5.0 degrees C + 32)