Write a MIPS code program that inputs the coefficient of a
quadratic equation, computes, and displays the roots of the
quadratic equation. All input, computation, and output should be
done using double-precision floating-point instructions and
registers. The program should handle the case of complex roots and
displays the results properly.