What is the use of while loop in java number programs
Answers
Answered by
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
English,
5 months ago
Math,
5 months ago
Environmental Sciences,
5 months ago
Science,
11 months ago
Social Sciences,
1 year ago