Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Kiuren/c0865e6a121d2ff39e3ee74c91431263 to your computer and use it in GitHub Desktop.
Creado con PseInt Web
Algoritmo mi_algoritmo
Definir a, b, c, x Como Entero
a = 6
b = 2
c = 3
x = a - b + c
Escribir "El resultado es: ", x
FinAlgoritmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment