Program to convert Fahrenheit into CelsiusExplanationFahrenheit and Celsius are the measures of temperature having Unit in degrees as oF oC respectively. In this tutorial, we have to convert Fahrenheit to Celsius by using the scientific formula in programmes of different languages. FormulaT(oC) = ((T(oF) - 32 ) × 5)/9 Algorithm
ComplexityO(1) SolutionPythonOutput: Temperature in Celsius is: 12.22222 COutput: Temperature in Celsius is: 17.7777777778 JAVAOutput: Temperature in celsius is: 6.1111111 C#Output: Temperature in celsius is: 1.66666667 PHPOutput: Temperature in celsius is: 7.7777778 Next Topic# |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India