rewrite the following code using while loop
for i in range (5):
for j in range (1,7,2):
print('*')
print()
Answers
Answered by
0
Answer:
please write the question properly............
Similar questions