PROGRAMMING:Calculate the temperature in centigrade
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
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