Friday, October 5, 2007

How to work with While statement

How to work with While statement

To work with While statement

Recognizing Delphi programming structure – While:

Declaration

Var

A:Integer;

begin

A:=0

while A<=10 do

begin

&ldots;&ldots;..

end;

No comments: