Back to demo Public demo question

Celsius to Fahrenheit Conversion

Sara lived in Jordan for a long time, and she knows how to deal with temperature in Celsius (C). Sara travelled recently to Canada, and she should now star...

Sara lived in Jordan for a long time, and she knows how to deal with temperature in Celsius (C). Sara travelled recently to Canada, and she should now start learning how to calculate the values of temperature in the Fahrenheit (F).

Write a program that reads a real value that represents the temperature in (C) and then calculates the equivalent value in (F).

 

Hint: The approximate relation is 1 F = (C * 9/5) + 32.