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