A simple calculator to accept two numbers and print the addition, subtraction, multiplication and division of the two numbers.You are required to store each input number in a separate variable.
Hints
1. For practice please see lab exercises in the lesson section
2. You should also store each calculation in a variable
3. You will get an error if you divide by zero, you will address this problem next assignment