Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 28, 2022 03:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/c9db211cefaaebfdc51ad9be75292714 to your computer and use it in GitHub Desktop.
Save parzibyte/c9db211cefaaebfdc51ad9be75292714 to your computer and use it in GitHub Desktop.
Algoritmo NegativoPositivo
Escribir "Ingrese un número: "
Leer numero
Si numero < 0 Entonces
Escribir "Negativo"
SiNo
Escribir "Positivo"
Fin Si
FinAlgoritmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment