-->
当前位置:首页 > 题库

PROGRAMMING:Calculate Fahrenheit temperature

Luz5年前 (2021-05-10)题库402
This problem requires the preparation of procedures to calculate the temperature of 26 degrees Celsius ° C in Fahrenheit. Calculation formula: $$f = 9 times C / 5 + 32 $$, where: $$C $$represents centigrade temperature, $$f $$represents Fahrenheit temperature, and the output data is required to be integer.
###Input format:
There is no input for this topic.
###Output format:
Output in the following format
```
Celsius = 26, Fahr = the corresponding integral value of Fahrenheit temperature
```






answer:If there is no answer, please comment