Lab#5
Availability:
Item is hidden from students.
1. Create a Program that acts as a calculator, can multiply, divide, add, subtract, power, of 2 values.
- User will be able to type "3 * 3", "3 / 3", "3 + 3", "3 - 3", "3 ^ 3" and get a result.
- When user gets result, they can continue to type expressions and get results.
- User specifies when to stop.
- Seperate Sub-Functions for addition, multiplication, subtraction, division, power.
***********BONUS***********
10 points:
Write the code in 85 lines or less.