261099 261099 03-11-2020 Computers and Technology contestada 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)