Question: 1. Write an algorithm Write the Algorithm (not the program) for the following problem A program needs to ask for the following input the number

1. Write an algorithm Write the Algorithm (not the program) for the following problem A program needs to ask for the following input the number of hours worked, and the amount paid per hour, Display the gross pay Answer: Enter the number of hours worked Enter the rate of pay per hour Calculate the gross pay by multiplying the hours worked times the rate of pay Display the gross pay 1. 2. 3. 4. 2. Add the missing lines of a program Example: Complete the program by entering the missing statements Input: Two numbers Example Input: 50, 100 Produce the following Example Output: You entered 50 and 100 int main() int num1-0; int num2 0; cout
Step by Step Solution
There are 3 Steps involved in it
1 Algorithm for Gross Pay Calculation Problem A program needs to ask for the number of hours worked ... View full answer
Get step-by-step solutions from verified subject matter experts
