Computer Science, asked by ayush943020, 5 months ago

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 AThamada
1

Answer:

Write a program to input an arithmetic operator (+, - , *, /, %) from the user and perform the arithmetic

Explanation:

Similar questions