C++/program
Expert: Zlatko - 6/24/2010
Question4 4
3 3 3 3
2 2 2 2 2 2
1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
1 1 1 1 1 1 1 1
2 2 2 2 2 2
3 3 3 3
4 4
write a c program to this question
AnswerHello Sameera
If you are having trouble with this assignment, try to do something simpler. When you have success with a simpler problem then try to add complexity.
Try first writing a program to make this output
4
3
2
1
0
1
2
3
4
Kindest regards
Zlatko