Answer:
total = 0
items = int(input("Enter the number of items ordered: "))
for i in range(items):
price = float(input("Enter the price of item " + str(i+1) + ": "))
total += price
if total < 200:
total += (items * 10)
print("Bill is $" + str(total))
Explanation:
*The code is in Python.
Ask the user to enter the number of items ordered
Create a for loop that iterates depending on the number of items ordered. Inside the loop, ask the price of each item and add it to the total
After the loop, check the total. If it is smaller than 200, add 10 for each item to the total
Print the total
Could be all of the above. But for school i'd assume only a suspension.
I can see this going two ways
-True, if you are not sure if you've used the right kind of spelling for that sentence and want an instant proof read.
-False, there's a chance it can get it wrong so you should ask another person for help.
Take you pick on either one.
The antivirus software on a computer can detect and eradicate the most recent viruses Download the latest signature files regularly.
<h3>What is antivirus software on a computer?</h3>
- Antivirus software is a class of schedules designed to deter, detect and clear malware conditions on individual computing devices, networks, and IT systems.
- Antivirus software is a schedule or set of schedules that are prepared to prevent, search for, detect, and remove software viruses, and other nasty software like worms, trojans, adware, and more.
- The most standard antivirus software is McAfee Antivirus Plus is our top pick for multiple devices because its subscriptions offer protection for every machine in the home for a reasonable cost.
To learn more about antivirus software on a computer, refer to:
brainly.com/question/17209742
#SPJ4