In every programming language loop statements take most imp place for reducing the line of code and complexities of the programs.
Loops are basically a cycle which execute till the expected output is not get by the program or may say it is used for generating for a number of outputs with correct initialization and matching with limit bounding.
there are three types of loops
1. While Loop
2. Do-while loop
3. For Loop
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|