Worddesign allows you to add formatting such as shapes and colours to text
The process of engineering typically starts with brainstorming.
There are no answrt choices it would be very helpful if you added them, then I could help you.
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:
while (quantity >= 50)
I think its the new age either that or end times