Wednesday, December 19, 2007

40 How to use do-while construct

40 How to use do-while construct

Use of do-while construct:

Declaration :

do

statement here

while (expression here);

No comments: