Last active
June 4, 2026 01:48
-
-
Save Kiuren/cafa29379e3712363133430fbd77bcfb 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 ejerciciod | |
| Definir c, r, t, x Como Real | |
| c = 2000 | |
| r = 5 | |
| t = 2 | |
| x = (c * r * t) / 100 | |
| Escribir "El resultado es: ", x | |
| FinAlgoritmo | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment