In this homework, you will design a program to perform the following task:
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. good programming techniques. Must also use modular programming.
Provide value:
Expression Value
3 + 6
3.4 - 2.1
2 * 3
8 / 2
8.0 / 2.0
8 /8
8 /9
8 /7
8 % 8
8 % 9
8 % 7
0 % 7
10 / 2 * 3
10 % 3 - 4 / 2
5.0 * 2.0 / 4.0 * 2.0
10 / 3 + 5 % 2
12 + (4 / (6 / 3))
13 % 5 / 3