coffee0fiend coffee0fiend 25-10-2022 Computers and Technology contestada What is the value of numC when this program is executed? numA = 7 numB = 5 if numA== 5: numC = 10 elif numA> numB: numC = 20 else: numC = 30