Develop a flowchart and then write a program to compute the roots of a quadratic equation

b) Develop a flowchart and then write a program to compute the roots of a quadratic
equation A*X^2 + B*X + C = 0. Allow the possibility that (B^2 – 4*A*C) <= 0.


Leave a Reply