Skip to content

Instantly share code, notes, and snippets.

@davefp
Created September 3, 2012 22:01
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 davefp/3613911 to your computer and use it in GitHub Desktop.
Save davefp/3613911 to your computer and use it in GitHub Desktop.
for (int i = 0; i < totals.length; ++i) {
for (int j = 0; j < scores[i].length; ++j) {
totals[i] += scores[i][j];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment