ejspong ejspong 10-12-2022 Computers and Technology contestada What is the output of this program? numA = 10 for count in range(3, 6): numA = numA + count print(numA) Output: ___