Calculator program

Create a calculator that can add, subtract, multiply, and divide two numbers. Allow the user to input two numbers. When you run the program enter the number 50 for the first number and 10 for the second number. The program output should look like the following.
Addition: addition
Subtraction: subtraction
Multiplication: multiplication
Division: division

Scroll to Top