Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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