contestada

What is output by the following code? Select all that apply.

c = 2




while (c < 12):

print (c)
c = c + 3