Skip to content

Instantly share code, notes, and snippets.

@Kiuren
Last active June 4, 2026 01:35
Show Gist options
  • Select an option

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

Select an option

Save Kiuren/ae2b5f5e0f630d3aefd57754a8211fee 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
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