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