Friday, October 5, 2007

How to work with Repeat statement

How to work with Repeat statement

To work with Repeat statement

Recognizing Delphi programming structure – Repeat:

Declaration

var

a:Integer

repeat

&ldots;&ldots;..

&ldots;&ldots;

&ldots;&ldots;

until a>10;

&ldots;&ldots;.

&ldots;&ldots;.

end;

No comments: