Question: Task 2: Simple calculator (using switch statement) 1. Open a C editor and create a new file called task2 .c. 2. Write a C program

Task 2: Simple calculator (using switch statement) 1. Open a C editor and create a new file called task2 .c. 2. Write a C program to implement a simple calculator using switch statement. 3. Your C program will prompt the user to enter two integer numbers and the mathematics operation (+,,,/,%) 4. Example of input : 5+5=10 Task 3: repetition statement (while loop)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
