phucnguyen8243 phucnguyen8243 15-04-2024 Computers and Technology contestada Convert the following for loop into MIPS instructions. Use the sit or slti instruction to determine the branch. Be sure to initialize i properly. Use $t0 for ind $so for value.for (int i = 1; i < 5; i++) value = value + i;