Advertisement
ArturCzopek

java-04-2d

May 21st, 2017
4,272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. int firstSize = 5;
  2. int secondSize = 4;        
  3.  
  4. String twoDimensionalArray[][] = new String[firstSize][secondSize];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement