1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ohaa [14]
2 years ago
5

Ask the user how many numbers for which they want to calculate the sum. Using a for loop, prompt the user to enter that many num

bers, one-by-one, keeping track of the sum. At the end, after the user entered all numbers, output the sum.
Create a variable and assign it the value of 0
Prompt the user for how many numbers they have
With a for loop, set it to repeat enough times to get all their values
Prompt the user for a number
Add that number to the variable that started as 0
Output to the user, the sum of all values
Advanced Placement (AP)
1 answer:
prohojiy [21]2 years ago
8 0

Answer:n = int(input("How many numbers do you want to sum? "))

total = 0

for x in range(n):

  total += int(input("Enter a number: "))

print("Sum: "+str(total))

Explanation:

You might be interested in
Which would likely be the least biased account of the December 7, 1941, attack on Pearl Harbor?
const2013 [10]
Would the biased account be a primary or secondary source?
4 0
3 years ago
Why should you open your door with your right when parked on a right side curd
emmainna [20.7K]
It’s common, When exiting the vehicle, drivers reach for the door handle with their right hand, a move that forces them to turn upper their body to the left, effectively bringing the street behind them into their field of vision.
4 0
2 years ago
Read 2 more answers
85 POINT QUESTION!!!!!!!!!!!!
Leviafan [203]

Answer:

this pic is to blury sorry

Explanation:

4 0
3 years ago
Read 2 more answers
(a) Identify both the cellular component and the location of the component that is responsible for producing the luciferase prot
NNADVOKAT [17]

Answer:

The mRNA which is read by the ribosome dictates the correct arrangement  of amino acids through particular tRNA.

Explanation:

The luciferase mRNA is moved to its similar protein in the ribosome which is seen in the cytoplasm of the cell.

The chain of ribosome sits on the mRNA and forms a structure In the cytoplasm,called a polysome. this is useful in the fast synthesis of protein. The three-nucleotide genetic code in the mRNA which is being studied by the ribosome orders the right placement  of amino acids through particular tRNA.

6 0
3 years ago
(3) My sprinkler system is manual but I have the same number of sprinkler heads that operate at the same rate. I choose to water
Rus_ich [418]

Answer:

you save 10 dollars

Explanation:

<em>I</em> did a simuilar question on my test and got it correct

8 0
3 years ago
Other questions:
  • Rising action, Climax, and falling action, are part of? A, plot. b, setting. c, symbolism.
    5·2 answers
  • This document is used to list injuries ad illnesses, track days away from work, restricted work, or transferred employees, and i
    13·1 answer
  • The pattern of repeating properties of elements revealed in the period table is known as the ___________
    5·1 answer
  • Anytime you renew your car insurance, fail to renew it, cancel it, or the insurance company concels it, the insurance company mu
    13·1 answer
  • (Whoever get it right will get "100" points.)It's a riddle guess right points are yours.
    13·2 answers
  • in the following poem by gregory pardlo (published in 2007), the speaker describes watching children playing double dutch—a vers
    10·1 answer
  • Prompt
    12·2 answers
  • The Portuguese discovery of Brazil was the result of
    9·2 answers
  • Carrots no peas no thanks....exile
    7·2 answers
  • For time t≥0 , the acceleration of an object moving in a straight line is given by a(t)=sin(t23). what is the net change in velo
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!