Computer Science, asked by rishavmondal, 4 months ago

which structure in java show an output according to their condition​

Answers

Answered by ashising2006
2

Answer:

In the above program, we have to specially take care about the break statement. The execution of the program is going as usual as the control flow of do-while loop but whenever compiler encountered break statement its control comes out from the loop.

Answered by bishalmalu7
1

Explanation:

Explanation : In the above program, we have to specially take care about the break statement. The execution of the program is going as usual as the control flow of do-while loop but whenever compiler encountered break statement its control comes out from the loop.

Similar questions