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.
Solves a quadratic equation by finding the values x using the quadratic formula.
C++
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.