Skip to content

Instantly share code, notes, and snippets.

@mounicasrinivas
Created December 19, 2023 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mounicasrinivas/1496eaa3b1f78fb0bf4b10cc6cdd4e3a to your computer and use it in GitHub Desktop.
Save mounicasrinivas/1496eaa3b1f78fb0bf4b10cc6cdd4e3a to your computer and use it in GitHub Desktop.
Multi Dimensional an Array
int[][] twoDArray = {{1, 2}, {3, 4, 5}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment