Computer Science, asked by yk0037788, 26 days ago

A…….loop is generally used as a counter loop when you know exactly how many times you need to execute the loop. 1. FOR….NEXT 2.DO…LOOP WHILE 3. DO UNTILL …..LOOP 4.WHILE…WEND​

Answers

Answered by PTiger
1

Answer:

3. do until loop

Explanation:

it will do the function until a certain amount of times.

Similar questions