An algorithm always begins with the word stop, loop , start.
Answers
Answered by
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.
Answered by
3
refer to the attachment
Attachments:
Similar questions