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)
Answer:
I think the 3RD
Explanation:
The reason why I think that is because the other once are not written correctly.
Answer:
a)None
b)All
this is ur answer from my opinion
Explanation:
Deep Learning enables image processing, speech recognition, and complex game play in Artificial Intelligence
Answer:
theme colors
Explanation:
As said, a group of colors that are used to format text and objects in a document. When you open the Color menu, these colors determine what you see.