Coding Faktorial (Delphi) Burhanuddin Latif 10/19/2012 Add Comment Matematika Edit procedure TForm4.Button8Click(Sender: TObject);var n, p, i: integer;beginn:= strtoint (edit1.Text);p:=1;for i:=1 to n dobeginp:= p*i;edit1.Text:= inttostr(p);endend; Share this:
0 komentar:
Post a Comment