Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Quadratic data Use this data to test your program. Note that a, b, and c represe

ID: 3626842 • Letter: Q

Question

Quadratic data

Use this data to test your program. Note that a, b, and c represent the coefficients and x represents the solution(s). If there are no solutions, x represents the program's message to the user. Your program will produce the same output.

SAMPLE INPUT AND OUTPUT

A               B           C                         X
---             ---         ---                  --------------
0                                                 a cannot be 0.
1              2.01        1.010025               x = -1.005
1              2.01        1.010026               No real solutions.
1              2.01        1.010024               x = -1.00602, -1.00398
1.1e-06                                           a cannot be 0. **
1.2e-06        1            -1                    x = -833, 0.993

Explanation / Answer

HI THERE this is the program u want in tow ways PLEASE RATE #include #include #include using namespace std; int process() { double root1,a,b,c, i, d, y, root2; char cont='y'; do { { cout > a; cout > b; cout > c; } if (a == 0) { cout a; } if (a == 0) { cout a; return 1; } /*if (a==1) { cout