A simple code to declare a 2D array, direct value putting and value recall.
Displaying a 2 dimensional array which is pre-filled with initialised data in the row column format.
Showing how multiple students marks in multiple subjects can be stored and used in 2D Array.
Adding two 2D integer matrix into a third matrix of same size with values pre-initialised at the beginning.
Finding the sum of all members of a matrix having number values.
Finding the sum of each row and all members of a matrix having number values.