Write a program using stacks that will do the following: 1. Ask the user for a number then push in the stack. 2. Ask the user if he/she wants to add another number 3. Once the user inputs "N", pop and dislpay all numbers Refer to sample output: Enter a Number: 5 Enter Another Number? [Y/N]: Y Enter a Number: 4 Enter Another Number? [Y/N]: Y Enter a Number: 3 Enter Another Number? [Y/N]: Enter a Number: 2 Y Enter Another Number? [Y/N]: Y Enter a Number: 1 Enter Another Number? [Y/N]: N The numbers are: 1 2 3 4 5

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter18: Stacks And Queues
Section: Chapter Questions
Problem 9PE
icon
Related questions
Question
Write a program using stacks that
will do the following:
1. Ask the user for a number then
push in the stack.
2. Ask the user if he/she wants to
add another number
3. Once the user inputs "N", pop
and dislpay all numbers
Refer to sample output:
Enter a Number: 5
Enter Another Number?
[Y/N]:
Y
Enter a Number: 4
Enter Another Number?
[Y/N]:
Y
Enter a Number: 3
Enter Another Number?
[Y/N]:
Y
Enter a Number: 2
Enter Another Number?
[Y/N]:
Y
Enter a Number: 1
Enter Another Number?
[Y/N]:
N
The numbers are: 1 2 3 4 5
Transcribed Image Text:Write a program using stacks that will do the following: 1. Ask the user for a number then push in the stack. 2. Ask the user if he/she wants to add another number 3. Once the user inputs "N", pop and dislpay all numbers Refer to sample output: Enter a Number: 5 Enter Another Number? [Y/N]: Y Enter a Number: 4 Enter Another Number? [Y/N]: Y Enter a Number: 3 Enter Another Number? [Y/N]: Y Enter a Number: 2 Enter Another Number? [Y/N]: Y Enter a Number: 1 Enter Another Number? [Y/N]: N The numbers are: 1 2 3 4 5
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Stack
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning