Skip to content

Instantly share code, notes, and snippets.

@Kiuren
Created June 4, 2026 02:47
Show Gist options
  • Select an option

  • Save Kiuren/b9d555fda676415597d9c9a003912eac to your computer and use it in GitHub Desktop.

Select an option

Save Kiuren/b9d555fda676415597d9c9a003912eac to your computer and use it in GitHub Desktop.
Creado con PseInt Web
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