Hi I have two 2d arrays that look like this, int A[3][3] and int B[3][3], I have to multiply them. Can I do it like this? Make a function and just send
int A[3][3]
int B[3][3]