jehfhsisn jehfhsisn 01-03-2021 Computers and Technology contestada What is the output of this program? Assume the user enters 2, 5, and 10. numA = 0 for count in range(3): answer = input ("Enter a number: ") fltAnswer = float(answer) numA = numA + fltAnswer print (numA) Output: