Answer:
while (quantity >= 50)
Explanation:
Required
Stop when quantity is less than 50
To do this, we make use of a while statement and the syntax is:
while (condition){ }
If the loop should stop when quantity is less than 50; then it means the loop would continue when quantity is greater or equal to 50
So, we have:
should be B.
If not then Im sorry
try typing that into gooy gle im sorry if i didnt help
if tickets >400 What is the missing term in the code that handles that error??wat over400error