JAXMONROE JAXMONROE 20-02-2024 Computers and Technology contestada What is the output of the following code? Enter a numeral. numA ← 20 numB ← 1 REPEAT UNTIL (numA > 50 AND numB > 20) { numA ← numA * 2 numB ← numB + 10 } DISPLAY(numA) Output: