Questions
Answer the following questions to test your knowledge of this chapter:
- Continue the existing implementation of the simple calculator by implementing and testing the remaining operations:
- Subtraction
- Multiplication
- Division
- Ensure that you use all the techniques we have used so far to produce well-tested code.