Write a program that reads a temperature in Celsius (°C) and shows its equivalent in Fahrenheit temperature (°F).
Use this formula:
fahrenheit = celsius * 1.8 + 32Write a program that reads a temperature in Celsius (°C) and shows its equivalent in Fahrenheit temperature (°F).
Use this formula:
fahrenheit = celsius * 1.8 + 32Sample Input 1:
32.9Sample Output 1:
91.22Sample Input 2:
0Sample Output 2:
32.0Create a free account to access the full topic