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.
Diff: main.cpp
- Revision:
- 4:14814a451645
- Parent:
- 3:ba0abccd66c0
--- 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]); }