Rewrite the following using while loop.
for i in range(1.100.1):
if 1%4 0:
print(1,"mod",4,"=2")
answer it correct if you dare!!!
Answers
Answered by
0
Answer:
i=1 while i < 100: if i % 4 == 2: print i, “mod”, 4 , “= 2” i = i +1
Don't Dare Me
I hope it helps you
Please mark me as BRAINLY
Similar questions