Skip to content

Instantly share code, notes, and snippets.

@IvanaSays
Created July 25, 2017 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save IvanaSays/9cecb0838fa93f63580c8ba2709c5409 to your computer and use it in GitHub Desktop.
Save IvanaSays/9cecb0838fa93f63580c8ba2709c5409 to your computer and use it in GitHub Desktop.
int sum = 0
for i in my_array {
sum += i
}
//sum contains the sum of all elements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment