-
-
Save parzibyte/3ff49c7cc08d639851461bf6c8dd8c81 to your computer and use it in GitHub Desktop.
This file contains 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
Algoritmo sin_titulo | |
Escribir "Ingrese la tabla: "; | |
Leer tabla; | |
Para i <- 1 Hasta 10 Hacer | |
Escribir tabla," x ", i, " = ", i*tabla; | |
FinPara | |
FinAlgoritmo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment