(1) Ask for the number of guests. Users will enter a negative number when guests leave and a positive number when a group arrives. (2) Your program needs to seat the given number of guests if possible and, if not they have to wait to seated as soon as possible. (3) This is a fair system so groups will be seated in the order in which they arrive. In other words, if a group of our arrives and there are only three seats open, they have to wait. If another group of two arrives immediately after the group of 4, they have to wait until enough seats open that the group of four can sit and then the group of two can sit. No queue jumping here! (4) Please note that the staff can get quite busy and sometimes may overestimate the number of people leaving! There can never be less than 0 people seated (5) After each entry for number of guests, print the new occupied seat total. (6) The user will enter 0 guests to end the program.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 22PE
icon
Related questions
Question

I am using Python. How would I go about writing the loop for this code? the code in general is a little confusing because I do not understand how I can incorporate the math in.

(1) Ask for the number of guests. Users will enter a negative number when guests leave and a
positive number when a group arrives.
(2) Your program needs to seat the given number of guests if possible and, if not they have to
wait to seated as soon as possible.
(3) This is a fair system so groups will be seated in the order in which they arrive. In other
words, if a group of our arrives and there are only three seats open, they have to wait. If another
group of two arrives immediately after the group of 4, they have to wait until enough seats open
that the group of four can sit and then the group of two can sit. No queue jumping here!
(4) Please note that the staff can get quite busy and sometimes may overestimate the number of
people leaving! There can never be less than 0 people seated
(5) After each entry for number of guests, print the new occupied seat total.
(6) The user will enter 0 guests to end the program.
Transcribed Image Text:(1) Ask for the number of guests. Users will enter a negative number when guests leave and a positive number when a group arrives. (2) Your program needs to seat the given number of guests if possible and, if not they have to wait to seated as soon as possible. (3) This is a fair system so groups will be seated in the order in which they arrive. In other words, if a group of our arrives and there are only three seats open, they have to wait. If another group of two arrives immediately after the group of 4, they have to wait until enough seats open that the group of four can sit and then the group of two can sit. No queue jumping here! (4) Please note that the staff can get quite busy and sometimes may overestimate the number of people leaving! There can never be less than 0 people seated (5) After each entry for number of guests, print the new occupied seat total. (6) The user will enter 0 guests to end the program.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Top down approach design
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