C++ program of printing reverse number sequcence using loop Unknown 03:21 programe Edit 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 Facebook Share on Twitter 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. RELATED POSTS
0 comments:
Post a Comment