beastass0 beastass0 07-11-2022 Computers and Technology contestada What is output by the following code? Select all that apply. c = 0 while (c < 11): c = c + 6 print (c)