Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 4, 2022 02:49
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/edfdc25f0e6ebf29a580704be1e24d75 to your computer and use it in GitHub Desktop.
Save parzibyte/edfdc25f0e6ebf29a580704be1e24d75 to your computer and use it in GitHub Desktop.
Algoritmo sin_titulo
Escribir "Ingrese a: ";
Leer a;
Escribir "Ingrese b: ";
Leer b;
Escribir "(a+b)*(a-b) = ",((a+b)*(a-b))
FinAlgoritmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment