Question: How many times will the following 'while' loop iterate? u=13 t=19 q=32 while True: if u==q: else: =1 continue if t o 5==0: break else:
How many times will the following 'while' loop iterate? u=13 t=19 q=32 while True: if u==q: else: =1 continue if t o 5==0: break else: t +=3 0 times 1 times 2 times 3 times 4 times 5 times infinite
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
