An algorithm must begin with _______
Answers
Answered by
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
English,
1 month ago
English,
1 month ago
Computer Science,
1 month ago
India Languages,
2 months ago