Computer Science, asked by shristi8367, 11 months ago

n=3
while true :
if(num%12==0):
break
print(num)
num+=1​

Answers

Answered by 2004kc2
0

Answer:

infinity times the loop will run

Similar questions