Computer Science, asked by cmpooja2000, 1 month ago

write a java program to multiply two matrices of size 3*3 using 2D arrays​

Answers

Answered by rajputradha946
0

Explanation:

Java Program to multiply two matrices

public class MatrixMultiplicationExample{

public static void main(String args[]){

//creating two matrices.

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

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

//creating another matrix to store the multiplication of two matrices.

Answered by hkm484616
0

Answer:

fufduhvxdhjcrui Bayou disks spending

Similar questions