In this task you are required to write a MIPS program to compute the sum(+), difference (-), product (*), quotient (/) and remainder (%) of two integers C and D. The data C and D will be inputted by the user and the results will be displayed on the screen. In addition, these five results should be saved to the memory (using “sw” instructions) with the variables named “tempI”, “temp2”, “temp3”, “temp4” and
“temp5” respectively as follows.