Question: Write a program that will prompt a user to enter three integer values representing the numerical coefficients of the quadratic equation ax2+bx+c=0. Store the entered
Write a program that will prompt a user to enter three integer values representing the numerical coefficients of the quadratic equation ax2+bx+c=0. Store the entered values into variables a,b, and c in that order. The algorithm must accurately compute and display the roots of the quadratic equation, x1 and x2, using the quadratic formula The program should use input validation to detect and avoid any dividing by zero.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
