Thread
:
Loop
View Single Post
aali
Go4Expert Member
13Aug2008,12:30
.
.
.
.
int i=10;
int j=0;
while(j<i){
while(i>0)
{
cout<<"&";
i--;
}
j++;
}[PHP]