what is looping in java
Answers
Answered by
1
In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number.
Answered by
1
It is the technique through which can execute multiple of line again and again for required number of time it is also called iteration .
It is two types :
1. Top tested loop
2. Bottom tested loop
Similar questions