Computer Science, asked by nagasaibheema, 3 months ago

3. Write a program to take input a 4 X 4 matrix using a user defined function and
print the output as follows:
Input:
1 2 3 4
5 6 7 8
9 0 1 2
3 4 5 6
an
Output:
3 5 7 5
11 13 15 13
9 1 3 11
7 9 11 9
Add the value of a column with the value of next column as a[i, j] = a[i, j] + a[i,
j+1] when j<no. of column. If j = no. of column then a[i,j] a[ij] + a[i, 0]. Such
as,
I=0,j=3,4+1=5,a[I,0]was 1 then a[I,j]=4+1=5​

Answers

Answered by nv45708
0

Answer:

Geography is the study of places and the relationships between people and their environments. Geographers explore both the physical properties of Earth's surface and the human societies spread across it. ... Geography seeks to understand where things are found, why they are there, and how they develop and change over time.

Similar questions