Skip to content

Instantly share code, notes, and snippets.

@Kiuren
Created June 4, 2026 02:34
Show Gist options
  • Select an option

  • Save Kiuren/9cea4c226ea1369b2b9656620fdff4ff to your computer and use it in GitHub Desktop.

Select an option

Save Kiuren/9cea4c226ea1369b2b9656620fdff4ff to your computer and use it in GitHub Desktop.
Creado con PseInt Web
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