/Quadratic-Equation

Solves a quadratic equation by finding the values x using the quadratic formula.

Primary LanguageC++

Quadratic-Equation

Solves a quadratic equation by finding the values x using the quadratic formula. The user inputs 3 integers a, b and c representing the values of a quadratic equation ax2+bx+c = 0.