Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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