Advertisement
MTM123

how?

Apr 19th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. for(Something  : something){
  2.     for(smth : smth) {
  3.     //how do I break both loops from here?
  4.     }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement