Question: please convert to mips big (int i, int j) ( int h; if (i>j) h=i; else h=j; return h; }
please convert to mips
big (int i, int j) ( int h; if (i>j)
h=i;
else
h=j;
return h;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
