Computer Science, asked by shambhavi04apr, 6 months ago

find out how looping construct are represented in algorithms ​

Answers

Answered by naTEA
6

Answer:

Once you see the window with the % prompt ( as shown in the following illustration), you can type commands directly to the wish shell.

Answered by mitulgupta16
1

Answer:

looping =

Explanation:

The For Loop is a loop where the program tells the compiler to run a specific code FOR a specified number of times. This loop allows using three statements, first is the counter initialization, next is the condition to check it and then there is an increment/decrement operation to change the counter variable.

Similar questions