Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

uses crt;

var a,b:integer;
s:real;
begin
clrscr;
write('nhap canh goc vuong thu 1:'); readln(a);
write('nhap canh goc vuong thu 2:'); readln(b);
s:=a*b/2;
writeln('dien tich tam giac vuong la: ',s);
readln;
end.

You might also like