Write a program to input an arithmetic operator (+, - , *, /, %) from the user and perform the arithmetic
calculations on two numbers according to arithmetic operator input by the user.(Use switch-case and default
statements)
************************
Answers
Answered by
1
Answer:
Write a program to input an arithmetic operator (+, - , *, /, %) from the user and perform the arithmetic
Explanation:
Similar questions