Question: DUE IN 3 HOURS!! USE C++!! HOW DO WE FILL IN THE TABLE BELOW FOR QUESTION 2( THERE MUST BE TWO TABLES PER DIRECTIONS IN

Submission of Your Work You need to prepare and submit ONE SINGLE MS Word document to Canvas (in your lab section) as LastName FirstName Labxy doc. It must contain: - Only your NAME on page 1 - For each question: Specify the question number. Initial Test Table Copy/paste your source code (epp file) Final Test Table Paste in a snippet of output showing results of each test in your test plan, labeled with test number. Tests should include values to prove all parts of a conditional (if statement) works. Remember to test positives, negatives, 0 , characters, strings, punctuation, and boundary values (if they apply) Test Table: Add / delete rows from Test Table as necessary Modify column widths as necessary Test both valid and invalid input Test for every output expected If failure is an expected output and it happens then that test Passes Any test that fails means the program must be fixed so that it passes the test Failing tests need a new test row, ie la, Ib, ete, showing corrections from original Prompt the user to input 3 doubles, a,b and c, which will represent the coefficients in the quadratic equation a2 +bx+c0. Print out the solutions (if any) of the quadratic equation. If no root exists (this happens if a=0, or b2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
