To work with Repeat statement
Recognizing Delphi programming structure – Repeat:
Declaration
var
a:Integer
repeat
&ldots;&ldots;..
&ldots;&ldots;
until a>10;
&ldots;&ldots;.
end;
Post a Comment
No comments:
Post a Comment