Computer Science, asked by Anonymous, 1 year ago

What is 'for' in JAVA program? Explain with an example.

Answers

Answered by SaatvikGulati
2
For is a loop that helps to duplicate the value a definite number of times.
b=0
For in a<b:

Anonymous: can you give an example for it
Similar questions