jaypee's world programmer ".NET DEVELOPER"
this blog is all about my learnings on programming
Showing posts with label
While Loop
.
Show all posts
Showing posts with label
While Loop
.
Show all posts
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
Older Posts
Home
Subscribe to:
Posts (Atom)