please i have to write a program that print this form
1 2 3 4 5
2 3 4 5
3 4 5
4 5
5
and other one this form
5 4 3 2 1
4 3 2 1
3 2 1
2 1
1
my program print only ones
1 2 3 4 5
2 3 4 5
3 4 5
4 5
5
and other one this form
5 4 3 2 1
4 3 2 1
3 2 1
2 1
1
my program print only ones
Comment