Problem:
Question 1: Write a java program to print Markov matrix of any order. Write the code step by step and explain it.
Question 2: Convert the following C code to MIPS
1) int loc[];
2) loc [j] = i; Note: j -> $t0
Please show your work step nby step.