Created
June 4, 2026 02:28
-
-
Save Kiuren/4aeaf2ceb04785b5d3d6f37318b1a64e 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 ejerciciob | |
| Definir a, b, c, x Como Entero | |
| a = 6 | |
| b = 2 | |
| c = 3 | |
| x = a * b / c | |
| Escribir "El resultado es: ", x | |
| FinAlgoritmo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment