Question: DUE IN 3 HOURS!! USE C++ PLEASE! HOW DO I FILL IN THE TABLE FOR QUESTION 2 (MUST DO TWO TABLES AS DIRECTIONS IN FIRST

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 1a, Ib, eto, showing corrections from original You are to write a program to compute the weekly pay for a worker, including any applicable overtime. Overtime refers to hours worked per week in excess of 40 hours. Companies pay regular pay (straight time) up to and including 40 hours per week and time-and-a-half only on hours over 40 (overtime). Input: The number of hours worked in 1 week (a double) The amount paid per hour (a double) Output: The total pay for the week
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
