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

PROGRAMMING:Fahrenheit to centigrade

Luz5年前 (2021-05-10)题库373
Input a Fahrenheit temperature and output a centigrade temperature. The conversion formula is: C = 5 (f-32) / 9.
###Input format:
Enter a Fahrenheit value.
###Output format:
Output temperature in centigrade.
###Input example:
```in
ninety-six
```
###Output example:
```out
thirty-five point five five five five five seven
```







answer:If there is no answer, please comment