Skip to content

Instantly share code, notes, and snippets.

@loisyflorian1-max
Created September 2, 2026 14:04
Show Gist options
  • Select an option

  • Save loisyflorian1-max/c81e8a71516c2421505d170725f8c86b to your computer and use it in GitHub Desktop.

Select an option

Save loisyflorian1-max/c81e8a71516c2421505d170725f8c86b to your computer and use it in GitHub Desktop.
Creado con PseInt Web
Algoritmo operaciones
Definir result1, result2 Como Real
result1 <- 10 + 6 / 2
result2 <- (10 + 6) / 2
Imprimir "El resultado de la operación 1 es:", result1
Imprimir "El resultado de la operación 2 es:", result2
FinAlgoritmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment