Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Kiuren/d31794187a25967397f79eeccb7a43f7 to your computer and use it in GitHub Desktop.
Creado con PseInt Web
Algoritmo ejercicioc
Definir a, c, x Como Entero
a = 6
c = 3
x = (a * c) Mod 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