4. Write a program that will ask the user to Enter 2 numbers, then the program will then ask the user again to choose what operation will be used to solve the two numbers. Use the switch statement....


C++ PROGRAM


4. Write a program that will ask the user to Enter 2 numbers, then the program will then ask<br>the user again to choose what operation will be used to solve the two numbers. Use the<br>switch statement.<br>Sample Output:<br>Please Enter Two Numbers:<br>Please choose one operation...<br>a for Addition,<br>s for Subtraction,<br>m for Multiplication, and<br>a for Quotient<br>Your choice is? q<br>The Quotient is: 2<br>

Extracted text: 4. Write a program that will ask the user to Enter 2 numbers, then the program will then ask the user again to choose what operation will be used to solve the two numbers. Use the switch statement. Sample Output: Please Enter Two Numbers: Please choose one operation... a for Addition, s for Subtraction, m for Multiplication, and a for Quotient Your choice is? q The Quotient is: 2

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here