Question: solve in C programing language 3. The task is to create a program which will take as input one M x N Matrix and then

solve in C programing language
3. The task is to create a program which will take as input one M x N Matrix and then change the final column elements as shown below. Your solution has to work with any matrix size up to 100 x 100 and user will enter the value of M and N and also the individual integer elements of the matrix. You cannot declare or use any other variables apart from the variables for matrix array, M, N and the loop counters. Print the matrix values in the end. [10] Before After A= a b c d e f h i a b c +1 A= d e f +2 g h i +3 g a b cd A = II e f a b +1 Cd + 2 e f +3 g h+ 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
