Fill in the Blanks Programa Pascal 2Online version HACER EL SIGUIENTE PROGRAMA EN PASCAL by Liliana A. Tenorio Puente 1 area readln writeln area clrscr base program writeln begin readln base end uses crt altura integer var área writeln altura readln triangulo ; ; base : ; altura : integer ; area : = real ; ; ( 'Escribe el valor de la base' ) ; ( ) ; ( 'Escribe el valor de la altura´ ) ; ( ) ; : = ( * ) / 2 ; ( 'El del triángulo es : ' ) ; ; .