C++ Sample Programming Assignment
Write a complete C++ program to meet the following requirements:-
- Keep reading an arithmetic expression from the keyboard until the symbol '=' is entered.
- When you enter '=' your code have to solve this expression and compute the correct answer.
- In this expression you can use any combination of these operation '+,-,*, /, %'.
- support priorities, i.e. '(,) then *, /, % then +,-' when two or more operation have same priority solve from left to right.
- Input values are only positive numbers; any positive number less than 1000, the result of the expression could be negative.
- program should support 'Backspace'.
- program mustn’t accept any unwanted char.
- convert the expression from Infix form to postfix form and your program must print the postfix expression on the consol screen.
- support these number systems 'binary, decimal, hexadecimal'.
Programming Assignment Help | Programming Sample Assignment | Tutorial Programming | dos Assignment Help | Development Help | C# Programming Help | Python Assignment Help | Cobol Assignment Help | Fortran Assignment Help | C++ Assignment Help | Java Assignment Help | Visual Basic Assignment Help | JavaScript Assignment Help | Visual Basic (VB) Programming Help | Java Applet Assignment Help | Advance Programming Assignment Help | Programming Homework Online | Computer Programming Help | Online Tutoring | Sample Homework