Skip to content

Instantly share code, notes, and snippets.

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

  • Save Kiuren/55f0287ab730926c52ba705faf361e69 to your computer and use it in GitHub Desktop.

Select an option

Save Kiuren/55f0287ab730926c52ba705faf361e69 to your computer and use it in GitHub Desktop.
Creado con PseInt Web
Algoritmo ejerciciod
Definir a, b, c Como Entero
a = 8
b = 5
c = 0
c = c + a
a = a + c - 2 * b
b = b + b
a = c
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