let's learn looping in c + +.
syntac / form of public:
for (initialisation; terms / conditions iterance; adding census)
(
command 1;
command 2;
command 3;
command n;
}
this example C + + tutorial below:
for(i=1;1<=10;i++)
{
printf("example");
}
layout:
example
example
example
example
example
example
example
example
example
example
a program in C + +, continue typing the above ...
so hopefully useful tutorial ...
telusuri
Friday, July 3, 2009
Looping
Subscribe to:
Post Comments (Atom)
0 comments on "Looping"
Subscribe in a Reader
Post a Comment