Convert Fahrenheit to Celsius
Explore how to implement a Ruby utility that converts temperature values from Fahrenheit to Celsius using the conversion formula. Learn to handle string inputs, work with floating point numbers, perform division that preserves decimals, and round results to two decimal places. This lesson builds understanding of numeric operations and basic data type conversion in Ruby programming.
Problem
Here's the formula to convert Fahrenheit to Celsius: