Icon New game New game

Área de un rectángulo Pascal

Fill in the Blanks

Este programa calcula el área de un rectángulo, utilizando como variables la base y la altura.

Download the paper version to play

Recommended age: 17 years old
8 times made

Created by

Guatemala

Top 10 results

  1. 1
    beberlin agustin 25SB
    beberlin agustin 25SB
    00:48
    time
    100
    score
  2. 2
    Marcy Alonzo
    Marcy Alonzo
    01:19
    time
    100
    score
  3. 3
    Vivian aguilar
    Vivian aguilar
    01:25
    time
    100
    score
Do you want to stay in the Top 10 of this game? to identify yourself.
Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

  1. time
    score
  1. time
    score
time
score
time
score
 
game-icon

Fill in the Blanks

Área de un rectángulo PascalOnline version

Este programa calcula el área de un rectángulo, utilizando como variables la base y la altura.

by Isaías A. Cuá Dubón
1

writeln program area Var area readln altura readln end readln writeln writeln base begin

{ Este programa realiza el cálculo del área de un rectángulo }

AreaRectangulo ;

{ Aquí declaro mis variables }
: integer ;
: integer ;
: integer ;

{ Aquí comienza el programa }

( 'Este programa realiza el cálculo del área de un rectángulo' ) ;
( 'Programado por : Prof . Isaías A . Cuá Dubón' ) ;
( 'Ingrese la altura del rectángulo : ' ) ;
( altura ) ;
Writeln ( 'Ingrese la base del rectángulo : ' ) ;
( base ) ;

{ Hago el cálculo del área }
: = base * altura ;
{ Presento en pantalla un mensaje con el resultado }
writeln ( 'El área del rectángulo es de : ' ) ;
writeln ( area ) ;
;


.

educaplay suscripción