differentiate between forloop and while loop
Answers
Answered by
2
In while loop if initialization is done during condition checking, then initialization is done each time the loop iterate. In 'for' loop iteration statement is written at top, hence, executes only after all statements in loop are executed. In 'while' loop, the iteration statement can be written anywhere in the loop.
Explanation:
please mark it as brainlist
Answered by
1
Answer:
I am Albert Einstein
Explanation:
I am answred to scientific research and Physics
Similar questions