Computer Science, asked by aparajita2924, 1 year ago

write a loop program to display natural numbers from 100 to 300

Answers

Answered by pppratikpoudel
0

Cls

For i = 100 to 300

Print i

Next i

End


You can ask any question in qbasic i will try to solve

Similar questions