Computer Science, asked by abdulrehman5410, 1 year ago

What is ForLoop? explain with examples​

Answers

Answered by ns9263758
1

Answer:it is in C++

Explanation:

A loop is used for executing a block of statement repeatedly until a particular condition is satisfied

Ex-When you are displaying number from 1to100 you may want set the value of a variable 1 and display it 100 time increasing its value by 1on each 100 iteration

Similar questions