what is the output of the given code
count = 0
while(true):
if count % 2 == 0:
print(count, end =" ")
if(count 12):
break;
count +=1

Posted on by