Computer Science, asked by rvarma013, 4 months ago

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 ruby2836
0

Answer:

the answer is_______

Explanation:

done

Similar questions