AnnieMae
2010-01-11 01:04:41 UTC
the problem:
create a c++ program that will stimulate a stack using stack operations and basic c++ programming technique.
stack size=10
output:
stack manipulation
[1]initialize stack
2 push
3 pop
4 print stack
5 exit program
choose an operation