C++ program of printing reverse number sequcence using loop

           

                     

                                         Coding is      

#include<iostream.h>
#include<conio.h>
int main()
{
int a,b,c;

for(a=7;a>=1;a--)
{
   
 for(b=7;b>=a;b--)
   {
     
       cout<<b;   
     
   }  
    
    cout<<"\n";
   
}
}    

Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Powered by Blogger.

Translate

 
 
.