2548029 2548029 06-12-2022 Computers and Technology contestada What is the output of this program? numA = 4 for count in range(2, 5): numA = numA + count print(numA) Output: