Computer Science, asked by lakhbirsingh2568, 7 months ago

An algorithm always begins with the word stop, loop , start.​

Answers

Answered by Itzraisingstar
11

Answer:

Explanation:

LOOPS: A loop is 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.

<FollowMe>

Answered by Anonymous
3

refer to the attachment

Attachments:
Similar questions