Kod: Tümünü seç
function monogd(a,b,c,d:real):real;
begin
result:=0.0000069*a*b/(c*d);
end;
"Previous declaration of 'monogd' was not marked with the 'overload' directive"
hatası alıyorum neden olabilir
Kod: Tümünü seç
function monogd(a,b,c,d:real):real;
begin
result:=0.0000069*a*b/(c*d);
end;