Computer Science, asked by febinsoyan03, 11 months ago

What is the use of while loop in java number programs

Answers

Answered by maquib8862
0

Answer:

Explanation:

Loops in Java come into use when we need to repeatedly execute a block of statements. Java while loop is a control flow statement that allows code to be executed repeatedly based on a given Boolean condition. The while loop can be thought of as a repeating if statement.

Similar questions