Write a program that will add up the series of numbers: 99, 98, 97… 3, 2, 1. The program should print the running total as well
as the total at the end. The program should use one for loop, the range() function and one print() command.
Python please.
1 answer:
Answer:
a = 99
b = 99
while(a > 0):
b += a
print(b)
a -= 1
Explanation:
You might be interested in
Answer:
Tell her about cyber bullies
Tell her about hackers
stalkers
identity theft
spam
Sorry if wrong
Explanation:
IPR offers ownership of the intellectual property. The owner of the property has the right to a monetary gain from those who wish to use it.
Answer:
antivirus.......hope this answers your question
Protocal
I need to make this 20 charaters so ye