Created
October 29, 2019 02:29
-
-
Save parzibyte/3692d5b22ac7e7ed2fe00c178bd55bf9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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