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