
Develop a Case Study for a program to convert a Fahrenheit temperature into Celsius. Use the formula
Celsius = (5/9) * (Fahrenheit - 32)
Write a test plan for this program; in your tests, consider the freezing point of water (0 Celsius, 32 Fahrenheit) and its boiling point (100 C, 212 F).
Now develop the program. You might want to just modify a copy of Metric_Conversion.
This lab exercise is to give you some experience in developing a Case Study. You do not need to turn it in, so it doesn't have to be nicely written. Finish as much as you can during the lab period.