Advertisements
Advertisements
Question
What is for loop?
One Line Answer
Solution
- A 'for' loop is an entry-controlled loop that checks the condition at the beginning.
- It is utilised when the number of iterations is fixed and known.
shaalaa.com
Is there an error in this question or solution?
Chapter 1.09: Iterative Constructs in Java - EXERCISES [Page 124]