For the following C program, for (i=0; i<=100;i=i+1)
{a(i)=b(i)+c}
(Question-1) Write a MIPS assembly code, where a() and b() are array, and there base addresses (that is, array-starting address in a memory) are stored in $a0 and $a1, respectively. A variable c is assigned to $s0.