write a c++ program that calculates the roo of a quadratic equation in c++
Answers
Answered by
15
- If discriminant is greater than 0, the roots are real and different.
- If discriminant is equal to 0, the roots are real and equal.
- If discriminant is less than 0, the roots are complex and different.
Answered by
48
Explanation:
- If discriminant is greater than 0, the roots are real and different.
- If discriminant is equal to 0, the roots are real and equal.
- If discriminant is less than 0, the roots are complex and different.
____________________________
Mark the above Brainliest!
Similar questions