Question: Write a script to take the temperature from the user in Celsius, convert it into Fahrenheit and display it to the user. You can use
Write a script to take the temperature from the user in Celsius, convert it into Fahrenheit and display it to the user. You can use the following formula for this purpose:
F=9C/5+32
Where, C is the temperature in Celsius and F is the temperature in Fahrenheit.
Note: You can assume that C and F are integer values.
Input Format:
The first line represents the temperature in Celsius.
Sample Input 1:
25
Sample Output 1:
The temperature in Fahrenheit is 77
Sample Input 2:
32
Sample Output 2:
The temperature in Fahrenheit is 89.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
