WAP to input 2 operands and an operator
(+, -, /, *, %) and print the calculated
result depending on the user's choice.
Using switch construct
Answers
Answered by
0
Answer:
Write a C program, which takes two integer operands and one ...
- 1 Enter you operator(+, -, /, *, %) + Enter the values of a and b 1 ... the user, performs the operation and then prints the result
Similar questions