rewrite the following for loop program using the while loop
a=int(input("Enter the first number"))
b=int(input("Enter the second number"))
for i in range(a,b,3):
print(a*i)
print ("Program Over")
Answers
Answered by
0
Answer:
the answer is_______
Explanation:
done
Similar questions