Objectives.: FPU Quadratic Formula Prompt the user for coefficients a, b, and c of a polynomial in the form ax? + bx + c
Posted: Sat May 14, 2022 7:17 pm
Objectives.: FPU Quadratic Formula Prompt the user for coefficients a, b, and c of a polynomial in the form ax? + bx + c = 0. Use one value as an integer value. Calculate and display the real roots of the polynomial using the quadratic formula. If any root is imaginary, display an appropriate message.