CLS
INPUT "Introdusca la altura"; a
INPUT "Introdusca la base"; b
LET R = a * b
LET t = R / 2
PRINT "El area del tr¡angulo es"; t
END