Voo
0
Q:

What is Code grepper for

If you read this, you know what grepper is and get back to 
your work
6
it is ultimate TLDR for copy pasters
17
1. Writing Your Lame Nerdy Code
2. Tell How To CRack Shit From Google
3. Increase Your Belt Level
0
public class MyClass {
   public static void main(String[] args) {
     int[][] myNumbers = { {1, 2, 3, 4}, {5, 6, 7} };
     for (int i = 0; i < myNumbers.length; ++i) {
        for(int j = 0; j < myNumbers[i].length; ++j) {
           System.out.println(myNumbers[i][j]);
        }
     }
   }
}
0

New to Communities?

Join the community