Fahrenheit to Celsius

Easy

📝 Description

Convert temperature from Fahrenheit to Celsius.

Input Format

A single integer (Fahrenheit)

Output Format

Celsius value rounded to 2 decimal places

Constraints

-1000 ≤ F ≤ 1000

🔍 Sample Input

98
            

✅ Sample Output

36.67
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run