Skip to content

Instantly share code, notes, and snippets.

@jmramirezpro
Last active May 13, 2016 10:51
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 jmramirezpro/385c1fd3cedf6208c077f7e5c0825899 to your computer and use it in GitHub Desktop.
Save jmramirezpro/385c1fd3cedf6208c077f7e5c0825899 to your computer and use it in GitHub Desktop.
Programa: SumaProducto
Entorno: NOTA1,NOTA2,SUMA,PRODUCTO son números enteros
Algoritmo:
escribir “Introduzca las notas”
leer NOTA1,NOTA2
calcular SUMA = NOTA1 + NOTA2
calcular PRODUCTO = NOTA1 * NOTA2
escribir “La suma de las dos notas es:” SUMA
escribir “El producto de las dos notas es :”PRODUCTO
Finprograma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment