answersLogoWhite

0

  1. READ values of a, b and c,
  2. if a is zero then stop as we do not have a quadratic,
  3. calculate value of discriminant
  4. if D is zero then there is one root: ,
  5. if D is > 0 then there are two real roots: and ,
  6. if D is < 0 there are two complex roots: and ,
  7. PRINT solution.
User Avatar

Wiki User

13y ago

What else can I help you with?