Problem
Assume that X={2,4,6,8}.
• Write MIPS assembly code to create array X.
• Calculate the Average of X using " div " instraction. (For example, the averge of X = (2+4+6+8)/4 ).
• Print out the average on I/O screen.
• Terminate the program using a system call.