the question is too vague, maybe the reason is he/she might not be able to express the problem in a proper way...
you can create a 2x2 matrix like this...

int M[2][2] = {7,10,4,11};
What logic...