Created
June 4, 2026 02:34
-
-
Save Kiuren/9cea4c226ea1369b2b9656620fdff4ff to your computer and use it in GitHub Desktop.
Creado con PseInt Web
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
| Algoritmo ejercicioa | |
| Definir a, b, c Como Entero | |
| a = 3 | |
| b = 0 | |
| c = a + b | |
| b = a + b | |
| a = b | |
| Escribir "a = ", a | |
| Escribir "b = ", b | |
| Escribir "c = ", c | |
| FinAlgoritmo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment