* IT IS IT *
Monday, April 16, 2012
DO WHILE
#include <iostream.h>
void main ()
{
int I=0;
do
{
cout<<""<<I<<endl;
I++;
}
while (I<10);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment