Question: 4.19 Calculator write a program that display the following manual for user to chose armong calculations Please select one of the following 1. addition 2

4.19 Calculator write a program that display the following manual for user to chose armong calculations Please select one of the following 1. addition 2 subtraction 3 multiplication 4 division 5. exit The prograrm will then read in the user entry when the user chose 1 it will ask the user Please enter two numbers separated by space, read these two numbers into variables, add them and display the sum; when the user chose , it will ask the user "Please enter two numbers separated by space", read these two numbers into variables, subtract the 2nd number from the first one and display the result when the user chose "3 it will ask the user Please enter two numbers separated by space:, read these two numbers into variables, multiply them and display the product when the user chose" it will ask the user "Please enter two numbers separated by space:", read these two numbers into variables, divide the first number by the 2nd number, and display the quotient when the user chose '5, exit the program; when what the user entered is not within the range of 1-5, display This is Not a valid choice e here to search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
