This C++ program takes in coefficients a, b, and c from the user and uses the quadratic formula to solve for the roots of a quadratic equation. It checks the discriminant to determine the number and type of solutions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
19 views2 pages
Include
This C++ program takes in coefficients a, b, and c from the user and uses the quadratic formula to solve for the roots of a quadratic equation. It checks the discriminant to determine the number and type of solutions.