Study the following program:
How many times will this program run the loop?
a = 2  
while(a -100):
a = a - 1
print(a)

Posted on by