quadratic function
Given a, b and c, the three coefficients of the equations, write a function to return the solutions to a quadratic equation.
Your program should take into account all
the possible scenarios.
Write the driver to test the function.
Voters