Skip to content

Instantly share code, notes, and snippets.

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

  • Save Kiuren/05f105a84fef5dfd18738d64e1f7718e to your computer and use it in GitHub Desktop.

Select an option

Save Kiuren/05f105a84fef5dfd18738d64e1f7718e to your computer and use it in GitHub Desktop.
Creado con PseInt Web
Algoritmo ejercicioc
Definir a, b, c, d Como Entero
a = 1
b = 4
c = a + b
d = a - b
a = c + 2 * b
b = c + b
c = a * b
d = b + d
Escribir "a = ", a
Escribir "b = ", b
Escribir "c = ", c
Escribir "d = ", d
FinAlgoritmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment