jillibean048 jillibean048 27-10-2020 Computers and Technology contestada What is the value of numC when this program is executed? numA = 4 numB = 10 if numA == 2: numC = 10 elif numA > numB: numC = 20 else: numC = 30