What is 'for' in JAVA program? Explain with an example.
Answers
Answered by
2
For is a loop that helps to duplicate the value a definite number of times.
b=0
For in a<b:
b=0
For in a<b:
Anonymous:
can you give an example for it
Similar questions