(MIPS) It is asked to implement an application in theassembly in MIPS ISA, which finds the nth term in Fibonacci seriesfor a given n value from the console. The code should implement thefollowing code.![public static long[ ] fibonacciGood(int n) if (n<-1) long[ ] answer n, 0; return answer; 3 else long[ ] temp = fibonacc|Good(n-1): long[ ] answer - {temp[0] + temp[1], temp[0]}; return answer;](https://media.cheggcdn.com/media%2F4bc%2F4bcd371d-9288-4fe6-ac73-070cecaf951b%2FphpvXroCJ.png)
The assembly language code must implement thealgorithms exactly as shown above, including using the sameinterfaces (number of parameters, types, and order), andreturning a longtype array (or the address of the element
PayPal Gateway not configured
PayPal Gateway not configured