Question: Please solve this project. Using C++(use class,not use structure) You have been using one of very classic calculator, the HP-35, for a long time. It

Please solve this project. Using C++(use class,not use structure)
You have been using one of very classic calculator, the HP-35, for a long time. It was the first handheld calculator manufactured by Hewlett Packard in 1972. However, after a disastrous accident (dropped it in a sink), it is no longer functional. You miss this calculator so much You finally decided to implement its special form of postfix calculation yourself. For constructing the postfix calculator you have to do the following: a. Use stack for converting infix expression to postfix and prefix expression b. Use stack for calculating value of postfix expression c. Use queue to calculate value of prefix expression In this project you have to do the following: 1. Take infix expression as input 2. Convert postfix and prefix expression 3. Evaluate value of postfix and prefix expression
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
