Question: Provide 3 examples outputs for code. Use online compiler or visual studio to run the code. Write a program to create a simple calculator, take

Provide 3 examples outputs for code.
Use online compiler or visual studio to run the code.
Write a program to create a simple calculator, take two values from the user as well as he operation he/she wants to perform. Use a switch statement to perform the operation Input 1: Enter Number 1 >> 6 Enter Number 2 >>8 Enter the operation >> + Output 1: 6 + 8 = 14 Input 2: Enter Number 1 >> 15 Enter Number 2 >> 3 Enter the operation >> Output 2: 15/3 = 5 CA Microsoft Visual Studio Debug Console Enter Number 1 >>5 Enter Number 2 >>3 Enter the operation> >* 5 * 3 = 15 A Microsoft Visual Studio Debug Console Enter Number 1 >>9 Enter Number 2 >>6 Enter the operation>>$ Iconrrect operation symbol
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
