Celsius to Fahrenheit
Create an application that converts Celsius to Fahrenheit. The formula is F = 1.8 * C + 32 where F is the Fahrenheit temperature and C is the Celsius temperature. Use the following test data to determine if the application is calculating properly:
Celsius | Fahrenheit |
100 0 56 | 212 32 132.8 |
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.