Created
September 2, 2026 14:04
-
-
Save loisyflorian1-max/c81e8a71516c2421505d170725f8c86b to your computer and use it in GitHub Desktop.
Creado con PseInt Web
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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