Semi-complete calculator lab.
- Fork the code from https://github.com/cpe200-161/CalculatorLab/edit/Lab1/
- Separate calculating code from interface code
- a. Create new class called “CalculatorEngine”
- b. Move calculating related code to CalculatorEngine
- Add more functions
- a. Square root, Percentage, One over X
- Compare your code with the previous one
- Explain your answer, with reason in the second page
Lab Submission
- Your code with two classes, MainForm and CalculatorEngine
- Your code comparison
Homework Add memory function