1.
2.
What is loop? Define for loop with syntax and example.
Answers
Answered by
1
Explanation:
It's a flowchart of loop........
Attachments:
Answered by
1
Explanation:
A loop is used for executing a block of statements repeatedly until a particular condition is satisfied
For loop - a for-loop (or simply for loop) is a control flow statement for specifying iteration, which allows code to be executed repeatedly.
Syntax of a For Loop
for(initialization; condition ; increment/decrement)
{
C++ statement(s);
}
PLZ FOLLOW ME
Similar questions
Math,
3 months ago
Social Sciences,
3 months ago
Math,
3 months ago
English,
7 months ago
Accountancy,
7 months ago
Science,
11 months ago
Science,
11 months ago