Advertisements
Advertisements
प्रश्न
What are the parameters used in for loop?
संक्षेप में उत्तर
उत्तर
The parameters of a 'for' loop are as follows:
- Starting point for the loop variable
- "Test scenario" (The loop's body only runs when the condition is actual).
- Step value (increment or decrement to change the loop variable's value).
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 1.09: Iterative Constructs in Java - EXERCISES [पृष्ठ १२४]