Computer Science, asked by pawansangha, 5 months ago

what is loops in java ?​

Answers

Answered by Jash1029
1

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.

Explanation:

Pls follow!!!!

Answered by jackiemehra20
1

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.

HOPE IT WILL HELP YOU☜

Similar questions