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

PROGRAMMING:Calculate the temperature in centigrade

Luz5年前 (2021-05-10)题库354
Find the centigrade temperature corresponding to Fahrenheit temperature 100
The formula: Celsius = 5 * (100 - 32) / 9
###Input format:
nothing
###Output format:
Output 100 and corresponding centigrade temperature
###Input example:
Here is a set of inputs. For example:
```in
```
###Output example:
The corresponding output is given here. For example:
```out
100 37.78
```







answer:If there is no answer, please comment