Convert the following program using "while loop" without affecting the output.
num = 5
for a in range(1,11,2) :
print( num * a)
Answers
Answered by
0
Answer:
good morning hiiiiiiiiiiiiiii
Similar questions