A python's script will be helpfull to solve a quadratic equation
The program will takes three values which are a,b and c, then it determines Delta value to know if the equation accept two solution or just one or doesn't accept any solution
We say the equation doesn't accept any solution when Delta less than zero. But if Delta equal zero we can get just one solution wich's x = -b / 2a. Finally if Delta greater than zero, so the equation accept two solutions which are x= -b (-+) square root of delta / 2a
Quadratic-Equation-master\Quadratic-Equation-master\dist\main\main.exe