PROGRAMMING:Temperature conversion
This problem requires the preparation of procedures to calculate the Fahrenheit temperature of 150 ° The temperature in centigrade corresponding to F. Calculation formula: $$C = 5 times (f-32) / 9 $$, 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
```
Fahr = 150, Celsius = integer value of calculated centigrade temperature
```
answer:If there is no answer, please comment
###Input format:
There is no input for this topic.
###Output format:
Output in the following format
```
Fahr = 150, Celsius = integer value of calculated centigrade temperature
```
answer:If there is no answer, please comment