Skip to content

Instantly share code, notes, and snippets.

@mounicasrinivas
Created December 19, 2023 14:52
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/1fc983d2025679e45ab855e43ece605c to your computer and use it in GitHub Desktop.
Save mounicasrinivas/1fc983d2025679e45ab855e43ece605c to your computer and use it in GitHub Desktop.
Static Initializing an Array
int[] myArray = {1, 2, 3, 4, 5};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment