217k views
5 votes
Do the following exercise from the book.Follow the instructions for all assignments (one link up) and any specific additional instructions for each problem. Ch. 6, Programming Problems 5, pg. 219 Name the program postfix.cpp.Make sure the following requirements are met.Program must compile and run.Make sure to implement the algorithm (Evaluating Postfix Expressions 6.3.1) as a function. (not as part of main) Note while C does have the atoi function it may be easier to simply subtract the char '0' from the char digit. Remember to upload all files before submitting. postfix.cpp

User Thanh Dao
by
5.3k points

1 Answer

2 votes

Answer:

its postfix

Step-by-step explanation:

User Roman Yakubovich
by
4.8k points