Looping is a programming language statement which allows code to be repeatedly executed. A for loop is classified as an iteration statement. Unlike many other kinds of loops, such as the while loop, the for loop is often distinguished by an explicit loop counter or loop variable.
there are three different type of looping, used in programming.
1. while Loop
2. do while Loop
3. for Loop
No comments:
Post a Comment