this one is showing output like this but agian its not right.
   
  xxxxxxxxxx
  xxxxxxxxxx
  xxxxxxxxxx
  xxxxxxxxxx
   
  int main ()
{
   int i=10, j=10;
   while (i>=1)
     {
    j=10;
 
  while (j>=1)
          
  {
   cout<<"x";
      j--;
  }
  
cout<<endl;
i--;
 }
  return 0;
}
   
  but i want like
   
  xxxxxx
  xxxxx
  xxxx
  xxx
  xx
  x


MUMAHHAD SHOAIB
MS Computer Networks (Managment and Design)
Royal Institute of Technology
Stockholm, Sweden
       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

[Non-text portions of this message have been removed]

Reply via email to