Computer Science, asked by omshantiganesh1, 2 months ago


1. What is a loop? What are the two looping statements used in MS Small Basic?​

Answers

Answered by gouravkuamrverma2
8

Answer:

You can use a loop to instruct the computer to run one or more statements more than once. You can use a For loop if you know how many times you want the computer to repeat the instructions. You can use a While loop if you want the program to repeat the instructions until a specific condition is true.

Similar questions