Computer Science, asked by girlydopes, 14 hours ago

Convert the following into while loop
1.
for i in range(10):

print (i)

2. for i in range (1,10):

print(i)​

Answers

Answered by divyaprakash14060
2

Answer:

cls

for i = 1 to 10

print "i"

next i

end

Similar questions