Computer Science, asked by dhruvdeep2004, 1 year ago

what kind of question can they ask for FOR LOOP in java I need it afst for exam

Answers

Answered by Rahul9048
0

Answer:

The Java for loop is a control flow statement that iterates a part of the programs multiple times. The Java while loop is a control flow statement that executes a part of the programs repeatedly on the basis of given boolean condition. ... If the number of iteration is not fixed, it is recommended to use while loop.

Similar questions