Computer Science, asked by aayushiprht, 1 month ago

You are given a 3x3 matrix, with the first row and the first column
filled with positive integers. The remaining entries are 0. You have
to "complete" the matrix in the following way.

Starting from the top left unfilled element [i][j], we ensure that

a[i][j] = a[i-1][j] + a[i][j-1]

where a[i-1][j] and a[i][j-1] are elements which were already filled.

Output a[2][2].

Answers

Answered by gobind121mdt
0

Answer:

a man walks at a speed of 7/3km/hr for 2 hours and then at a speed of 3/2km/hr for next 2 hours. find the distance travelled by the man in 4 hours

Explanation:

a man walks at a speed of 7/3km/hr for 2 hours and then at a speed of 3/2km/hr for next 2 hours. find the distance travelled by the man in 4 hours

Similar questions