andrea7262 andrea7262 22-10-2020 Computers and Technology contestada What is the output of this program? numA = 10 for count in range(5): numA = numA + 2 print (numA)