Write a program that converts a given temperature from Fahrenheit to Celsius.
The conversion formula is:
Where:
You should convert the result into an integer using int()
.
A single integer $F$ representing the temperature in Fahrenheit.
A single integer $C$ representing the equivalent Celsius temperature.