12345 2345 345 45 5


SUBMITTED BY: Nrupeshsinh

DATE: June 25, 2016, 12:14 p.m.

FORMAT: Text only

SIZE: 181 Bytes

HITS: 484

  1. # include<iostream.h>
  2. # include<conio.h>
  3. void main()
  4. {
  5. int i,j;
  6. clrscr();
  7. for(i=1;i<=5;i++)
  8. {
  9. for(j=i;j<=5;j++)
  10. {
  11. cout<<j;
  12. }
  13. cout<<endl;
  14. }
  15. getch();
  16. }

comments powered by Disqus