Posts by Bruno Marco Visioli • 119 points
1 post
-
1
votes2
answers558
viewsA: Break inside method that returns Boolean
The return anywhere that is terminates the method (and consequently the loop). The error you should be finding is that the break is dead code, never reached, because the method will always return…
javaanswered Bruno Marco Visioli 119