Last active
June 3, 2026 05:23
-
-
Save Kiuren/dde8a8ba5672d1bc4948690e3714746f 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 ejercicioe | |
| Definir c, b, x Como Entero | |
| c <- 3 | |
| b <- 2 | |
| x = c^b + c*b | |
| Escribir "El resultado es: ", x | |
| FinAlgoritmo | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment