1. write the program/algorithm or pseudo code to do.   following operation given matrix Input Matrix
 1 2 3,  4 5 6,  7 8 9,  Output Matrix,  9 8 7,  6 5 4,
 3 2 1