Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Kiuren/c121936837e24ed8c4cc3565413077d4 to your computer and use it in GitHub Desktop.
Creado con PseInt Web
Algoritmo ejercicioc
Definir m, p, q, x Como Real
m = 6
p = 5
q = 2
x = (m + 4) / (p - q)
Escribir "El resultado es: ", x
FinAlgoritmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment