Skip to content

Instantly share code, notes, and snippets.

@easleyschool
Created October 12, 2019 00:21
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 easleyschool/2994676d75e1a6906265ce620c928783 to your computer and use it in GitHub Desktop.
Save easleyschool/2994676d75e1a6906265ce620c928783 to your computer and use it in GitHub Desktop.
int Age [5] = {30, 22, 33, 44, 25};
int Age [5];
Age [0]=30;
Age [1]=22;
Age [2]=33;
Age [3]=44;
Age [4]=25;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment