program Project2; {$APPTYPE CONSOLE} uses SysUtils; var a,b,c, eps: Real; begin WriteLn('Program sprawdza trojkatny'); WriteLn; Write('podaj a= '); ReadLn(a); Write('podaj b= '); ReadLn(b); Write('Podaj c= '); ReadLn(c); Write('Podaj dokładnosc'); ReadLn(eps); if (a+b>c) and (b+c>a) and (c+a>b) then If (Abs(Sqr(a)+Sqr(b)-Sqr(c))
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.