Computer Science, asked by giselesibomutamba, 1 month ago

write a c++ program that calculates the roo of a quadratic equation in c++

Answers

Answered by AkariOzora
15

{\huge\boxed { \sf{ \red{Answer}}}}

  • 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 Anonymous
48

{ \large{\underline{ \frak{ \pink{Answer}}}}}:

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