Write the program in MIPS which computes average of a series of entered numbers. User will enter a sequence of integers. When the user enters a negative number, print the average of all of the entered numbers so far (not including any negative numbers). Averages should be printed with decimal places. The program should print an error message if no non-negative numbers are entered. This program should run until the user closes the console window or otherwise terminates the simulator.