zulme karşı mukavemet!
Süper Üye
PHP:
[color=yellowgreen][font=tahoma]procedure TForm1.Button1Click(Sender: TObject);[/FONT][/color][color=YellowGreen]var
carpim,n,i:integer;
begin
carpim:=1;
n:=strtoint(edit1.text);
begin
if n=0 then
edit2.text:='1'
else
for i:=1 to n do
begin
carpim:=carpim*i;
edit2.text:=inttostr(carpim);
end;
end;
end;
[/color][color=yellowgreen][font=tahoma]end.[/FONT][/color]
[font='Titillium Web', sans-serif]
Bağlantıları görmek için lütfen
Giriş Yap
[/FONT]