Skip to content

Instantly share code, notes, and snippets.

@jmramirezpro
Created May 13, 2016 10:44
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/46f7a11e80938e05d69fb3f01e0dcf54 to your computer and use it in GitHub Desktop.
Save jmramirezpro/46f7a11e80938e05d69fb3f01e0dcf54 to your computer and use it in GitHub Desktop.
Programa; área
Entorno: BASE, ALTURA, AREA son número enteros
Algoritmo:
escribir “Introduzca la base y la altura”
leer BASE, ALTURA
calcular AREA = BASE * ALTURA
escribir “El área del rectángulo es “AREA
Finprograma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment