Write a menu driven program to allow the user to 1) Push, 2) Pop, 3) Print, and 4) Quit.

Write a menu driven program to allow the user to 1) Push, 2) Pop, 3) Print, and 4) Quit.
Lili’s teacher ask her to make a program to reverse a given number represent by a string and reverse it. Her teacher know that Lili doesn’t like to use a recursive function. So her teacher will give Lili zero score if she doesn’t applied a recursive function for this homework. That will read an integer […]