Question: using c++ Question 2: Use the following stack ADT to read a sequence of numbers. If you encounter a negative numben, stop reading and pop
Question 2: Use the following stack ADT to read a sequence of numbers. If you encounter a negative numben, stop reading and pop five items from the stack and print them. If there are fewer than five items, in the stack, print an error message and stop the program. After printing the five items, resume reading. When you reach the end of the sequence print a message and the items remaining in the stack. Test your program with the following data: {1 2 3 4 5-1 1 2 3 4 5 6 7 8 9 10 -2 11 12 -3 1 2 3 4 5 171
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
