Question: Question 3 In this problem, you will create a basic calculator. You program will prompts the user to enter two numbers and an operator (+,

Question 3 In this problem, you will create a basic calculator. You program will prompts the user to enter two numbers and an operator (+, -, /, ) for calculation, and then display the result of the calculation. For example, if user enters 4 for the first number, 5 for the second number, and + for the operator, your program should display: 4 +5 = 9 In [4]: 1 ## YOUR CODE HERE NM 4 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
