Question: For this project, you will use functions to create a basic calculator. Here is how you will do this: 1 ) The first user -

For this project, you will use functions to create a basic calculator. Here is how you will do this:
1) The first user-input is the first number
2) The second user-input is the second number
3) the third user-input is the mathematical function (+-/*)
The program will then output the results.
Example of the output:
Please enter the first number:
22
Please enter the second number:
55
Please enter the function:
+

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!