28.Convert the following while loops to the equivalent for loops 1. i=25 while i>=5: print("Indian Flag") i-=3
Answers
Answered by
0
Answer:
Hey! This is in python..
for i in range(7):
print("Indian Flag")
Similar questions
Computer Science,
4 months ago
Math,
8 months ago
Computer Science,
8 months ago
Math,
1 year ago
Chemistry,
1 year ago