Instructions
In this homework, you will design a program to perform the following task:
They need a program that will convert Fahrenheit to Celsius. The user will enter the degrees in Fahrenheit and the program will give the results in Celsius.
- This is to be done in Pseudo Code Only.
- Use good programming techniques.
- Must also use modular programming.