Computer Science, asked by vikashsinha21131, 18 hours ago

The loop forming statements are (a) Do.. Loop (b) while... wend​

Answers

Answered by sunona937
1

Answer:

DO LOOP- high level programing language stucture that repeat instructions based on a result of a computation.

DO WHILE- the instructions whitin the loop are performed if the comparison is true.

DO UNTIL- instructions are bypassed if the comparison is true

Similar questions