arwenlove2008 arwenlove2008 04-02-2021 Computers and Technology contestada What is the output for the following program? numB = 2 while numB < 11: numB = numB + 4 print(numB)