using java.
Using the 3 methods above, create an application that calculates the roots of an equation of second degree:
ax 2 + bx + c = 0For it exists, the coefficient a must be nonzero.If delta is positive, then there are two distinct roots:
If delta is zero, then there is exactly one real root:
If delta is negative, there is no real solution.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here