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

c = 0
while (c < 11):
c = c + 6
print (c)