ENTD 220 APUS WK 7 A Class that Contain Prior Functions Program
You are going to enhance the prior assignment by doing the following
1) Create a class that contain prior functions
Lower Range/Upper range check
Add, Subtract, Multiply, Divide
The scalc function (it passes in two numbers and an operator)
Create a dictionary of key-value pairs. E.g., user entered 5, and 2: {“add”: 7, “sub” : 3, “mult”: 10, “div”: 2.5}
2) Test the application
Be sure all components work as designed. Display the output from each function