HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Unsorted > problem:


50890 - Convert Celsius to Fahrenheit

Guest
• Review clarifications (1)

Section problems

• 50960 - Number of Heart Beats
• 50953 - ASCII Codes - Reverse
• 50885 - Calculate the Average
• 50887 - Average of Test Scores
• 50904 - Print All Prime Numbers
• 50895 - Hours Minutes and Seconds
• 50902 - Translate Score into Grade
• 50938 - Translate Score into Grade
• 50890 - Convert Celsius to Fahr...
• 50958 - Number of Passengers in Train
• 50889 - Convert to Minutes and Sec...
• 50952 - Print All Numbers from N d...
• 50900 - Put the Numbers in Descend...
• 50884 - Area and Perimeter Of The ...
• 51106 - Polar Bear
• 51109 - Integer to English
• 51110 - The area of a circle

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.

Convert Celsius to Fahrenheit

Write a program that converts Celsius temperatures to Fahrenheit temperatures.

The formula is    F = 9 /5*C +32 

Note: F is the Fahrenheit temperature, and C is the Celsius temperature.  

Input: In the first line you will get an integer number as an indicator of Celsius temperature.

Output: Temperature degree in Fahrenheit.

Sample Input1:

Sample Input2:

Sample Input3:

30

23

0

Sample Output1:

Sample Output2:

Sample Output3:

86

73.4

32

 

Для отправки решений необходимо выполнить вход.

www.contester.ru