write a program named fahrenheittocelsius that accepts a temperature in fahrenheit from a user and converts it to celsius by subtracting 32 from the fahrenheit value and multiplying the result by the double 5.0/9.0. display both values to one decimal place. for example, if 88.5 degrees is input, the output would be: 88.5 f is 31.4 c



Answer :

Other Questions