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 | 
 
 
Для отправки решений необходимо