Question: can anybody solve this using C language please . Exerciso 2: Simple Calculator Exercise Oblectives Using simple Input and output statements Using switch selection structure
. Exerciso 2: Simple Calculator Exercise Oblectives Using simple Input and output statements Using switch selection structure Problem Description Add your name, your University ID number and section number as a comment in this program. Prompts the user to enter two integer numbers. Read the two integer numbers. Prompts the user to enter the operation he wants to apply on these numbers for example (for addition:" +", subtraction:"-", division:" l, multiplication:"", remainder:%*). Read the operation. Prints the final result of the arithmetic operation. . . Your output should do as shown in the sample output. Sample output : ** Please enter two integer numbers: 8 2 Please choose the operation: + ** The result of adding 8 + 2 is: 10 E + E D Page view | A Read aloud V Draw Highlight Read the two integer numbers. Prompts the user to enter the operation he wants to apply on these numbers for example (for addition:" +", subtraction:"-, division:", multiplication, remainder:"%"). . Read the operation. Prints the final result of the arithmetic operation. Your output should do as shown in the sample output. Sample output : Please enter two integer numbers: 82 ** Please choose the operation: ** The result of adding 8 + 2 is: 10 Please enter two integer numbers: 8 2 ** Please choose the operation: / ** The result of dividing 8/2 is: 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
