Skip to content

Instantly share code, notes, and snippets.

@Abiwax
Created September 20, 2016 21:55
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 Abiwax/cd07695bd9388c93507c3223475fe148 to your computer and use it in GitHub Desktop.
Save Abiwax/cd07695bd9388c93507c3223475fe148 to your computer and use it in GitHub Desktop.
Array example
string[] name = new string[] { "Tom", "Sreejata", "Kashif" };
int[] java = new int[] { 70, 88, 30 };
int[] statistics = new int[] { 76, 40, 90 };
int[] age = new int[] { 20, 22, 25 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment