131k views
1 vote
Question # 6

Math Formula
What is the output of this program? Assume the user enters 2, 5, 1, and 6.

numA = 0
for count in range(4):
answer = input ("Enter a number: ")
fltAnswer = float(answer)
numA = numA + fltAnswer
print (numA)
Output:

User Deezy
by
7.7k points

1 Answer

2 votes

Answer:

Ooooo okay, so if you can get access to a tutor I reccomend it. They can give you a well thought out explanation.

User Sara
by
8.2k points