Q

Q:we are trying to convert Celsius to Fahrenheit, How can we resolve this?


A:

There is conversion formula,when the temperature unit is changed you can use the Celsius temperature (same dp) and turn it into F:

celsius = (fahrenheit - 32) * 5.0 / 9.0