Loop statements | do-while | while | for | #Tut-05
I n this tutorial we are going to cover the types of loops.. What is loop..? In the program so many times we come across the situation where we want to execute some part of the program again and again for some particular number of times. In such situations we make use of loop statements. When we want to repeat some part of procedure for some particular number of times then we make use of loops.. In this language there are three types loops 1. do-while 2. while 3. for