Write a quadratic formula program! Ask the user for their name, Ask the user for the coefficients of their standard form equation, Calculate BOTH roots of the quadratic equation, Print out the result to the user, If you did it correctly: 2x2 + 6x - 20 should yield x = 2 & x = -5.