Computer Science, asked by ANILAV2592, 6 months ago

Write short note on looping control structures.

Answers

Answered by vishalyadav541
1

Answer:

A for loop usually has three command. The first is used to set a starting point(like x=0).

Answered by asanupama2409
5

Answer:

A for loop usually has three commands. The first is used to set a starting point (like x = 0). The second is the end condition (same as in a while loop) and is run every round. The third is also run every round and is usually used to modify a value used in the condition block.

Explanation:

hope it helps you..

please mark me as brainleist..

Similar questions