this program is not show the right out put which i want . any one help me.out
put should be llike this
xxxxxxxxxx
xxxxxxxxx
xxxxxxxx
xxxxxxx
xxxxxx
xxxxx
xxxx
xxx
xx
x
int main ()
{
int i=10, j=10;
while (i<=10)
{
j=10;
while (j<=i)
{
cout<<"x";
j--;
}
cout<<endl;
i--;
}
return 0;
}
MUMAHHAD SHOAIB
MS Computer Networks (Managment and Design)
Royal Institute of Technology
Stockholm, Sweden
---------------------------------
Never miss a thing. Make Yahoo your homepage.
[Non-text portions of this message have been removed]