Question: // write a program that allows the user to solve set of quadratic equations of the form (ax^2+bx+c=0) , // the program should run until
// write a program that allows the user to solve set of quadratic equations of the form (ax^2+bx+c=0) , // the program should run until the user chooses to stop // output // This program-------- // do you have any more equation (Y,N): Yes // Enter balance of a,b,c: 1 2 1 // x1: -1 // x=-1 // do you have any equations(Y,N): No
please use library #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
