To work with While statement
Recognizing Delphi programming structure – While:
Declaration
Var
A:Integer;
begin
A:=0
while A<=10 do
&ldots;&ldots;..
end;
Post a Comment
No comments:
Post a Comment