Created
June 4, 2026 02:36
-
-
Save Kiuren/68cbef75a5200f3a2a03608741dbfae9 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 ejerciciob | |
| Definir a, b, c Como Entero | |
| a = 10 | |
| b = 5 | |
| a = b | |
| b = a | |
| Escribir "a = ", a | |
| Escribir "b = ", b | |
| FinAlgoritmo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment