jaypee's world programmer ".NET DEVELOPER"
this blog is all about my learnings on programming
Sunday, May 2, 2010
Do while Loop syntax in programming
the syntax of do while in programming:
initialization;
do
{
statements;
inc/dec;
}while(condition);
next Lesson i'll make a sample program using do while loop
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment