Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 4:14814a451645, committed 2020-04-11
- Comitter:
- yiato
- Date:
- Sat Apr 11 22:35:27 2020 +0000
- Parent:
- 3:ba0abccd66c0
- Commit message:
- practica5_1
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Apr 11 19:49:41 2020 +0000 +++ b/main.cpp Sat Apr 11 22:35:27 2020 +0000 @@ -26,9 +26,9 @@ com1.printf ("\nMostrando matriz\n\n"); - for(int i=0;i<filas;i++) + for( i=0;i<filas;i++) { - for(int j=0;j<columnas;j++) + for( j=0;j<columnas;j++) { com1.printf("%5d",numeros[i][j]); }