Skip to content

Instantly share code, notes, and snippets.

@Nemo157
Created August 3, 2009 21:47
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 Nemo157/160845 to your computer and use it in GitHub Desktop.
Save Nemo157/160845 to your computer and use it in GitHub Desktop.
int[] e12 = {10, 12, 15, 18, 22, 27, 33, 39, 47, 56, 68, 82};
for(int i = 0; i < e12.length(); i++){
for(int j = i; j < e12.length(); j++){
values.add(i, j);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment