✏️ Explanatory Question
Write a Java program to multiply two matrices. Ensure that the number of columns in the first matrix is equal to the number of rows in the second matrix.
Given matrices:
Matrix A (2x3):
1 2 3 4 5 6
Matrix B (3x2):
7 8 9 10 11 12