Computer Science, asked by sandeepmandiki, 5 months ago

write a java program to find the sum of 2×2 Matrix​

Answers

Answered by Anonymous
5

Answer:

have a great day ahead,❤️❤️❤️❤️❤️❤️

Answered by Anonymous
4

• public class maxtrix addiction example {

• public static void main ( string args [] ) {

• // creating two matrices

• int a [] [] = {{1,3,4} , {2,4,3} , { 3,4,5 }};

• int b [] [] = {{1,3,4} , {2,4,3} , { 1,2,4}};

• // creating another matrix to store the sum of two matrices .

Similar questions