Sunday 12 December 2010

Flow chart for evaluate an expression like caliculator

Two integer operands and one operator form user, performs the operation and then prints the result. (Consider the operators +,-,*, /, % and use Switch Statement)

Description:


To take the two integer operands and one operator from user to perform the some arithmetic operations by using the following operators like +,-,*, /, %
Ex: 2+3=5


No comments:

Post a Comment