Answer:
stay home, stay safe, dont get corona virus
Explanation:
Answer:
D
Explanation:
Cause You Have To Decode It To Get To The Memory In The First Place
Answer:
umm, we can't say any links
Explanation:
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:
Ubuntu
Explanation:
Ubuntu is based on Linux and Debian and is free/open-source. It’s released in 3 editions: Desktop, Core, and Server.
Hope this helped!