Computer Science, asked by priya5523, 1 year ago

write a java program to convert ferenhite temperature to celcius temperature

Answers

Answered by yosai
2
Java Program to Convert Fahrenheit into Celsius

This is a Java Program to Convert Fahrenheit into Celsius.
formula:
temperature in celsius = (temperature in fahrenheit – 32)*(0.5556)
Enter the temperature in Fahrenheit and now using the mentioned formula we get the desired output.

Here is the source code of the Java Program to Convert Fahrenheit into Celsius. The Java program is successfully compiled and run on a Windows system. The program output is also shown below.


priya5523: only one person have answered no otherwise i marked it as brainlist
priya5523: and how could you type so fast
yosai: that's my quality
Similar questions