We will create a program to count the number of solutions to the quadratic equation $${ax^2+bx+c=0}$$. We will use the discriminant $${D=b^2-4ac}$$ to classify the number of solutions to the quadratic ...