This program takes two operands from user and performs the calculation on the two operands depending upon the operator entered by the user.
In this article we learn make the calculator by using switch . A switch statement is a type of selection control mechanism used to allow the value of a variable or expression to change the control flow of program execution…. Continue Reading →