Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 29, 2019 02:29
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 parzibyte/3692d5b22ac7e7ed2fe00c178bd55bf9 to your computer and use it in GitHub Desktop.
Save parzibyte/3692d5b22ac7e7ed2fe00c178bd55bf9 to your computer and use it in GitHub Desktop.
// Necesitamos la sumatoria, al inicio es 0 y después vamos aumentándola
int sumatoria = 0;
int cantidadElementos = ALTURA * ANCHURA;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment