Computer Science, asked by sathiyapriyasasikuma, 1 month ago

How to construct a loop​

Attachments:

Answers

Answered by WANTEDGF
0

Answer:

Zero is the “first” number. Get used to that. Each time the loop is repeated, the for statement executes this statement.

...

A for loop has three parts:

The setup.

The exit condition for which the loop finishes.

The part that loops, which is the statements that are repeated.

Explanation:

please mark me as brainlist

Similar questions