Computer Science, asked by yashikarawat48, 28 days ago

An algorithm must begin with _______​

Answers

Answered by Ethanknowsitall2021
0

Answer:

LOOPS

Explanation:

LOOPS: A loop/s is/are a sequence that gets executed several times. A complete execution of a sequence is called an iteration of the loop. There are two main loop constructs - WHILE and FOR. WHILE condition sequence ENDWHILE. The sequence is executed as long as the condition is True, so basically loops usually start an algorithm. ( i hope this helps :)

Similar questions