DavianChavis DavianChavis 08-11-2020 Computers and Technology contestada What missing condition will give you the output shown? numB = 2 while _____: numB = numB + 3 print(numB) Output: 14 numB 10 numB > 12 numB < 10