Your program should Compute an investment report based on the paycheck amount from program #1 by doing the following: 1. Modify Program #1 and Provided code for Program #2: o Remove the paycheck display part from the code of program 1 (so that you leave only netpay to pass it to program #2 o Modify the program 2 to accept the netpay from program 1 as the startBalance for investment o set the number of years to 4 years o set the interest rate at 6% (an integer percent) 3. The report is displayed in tabular form with a header (see output below) 4. Computations and outputs: o For each year • compute the interest and add it to the investment • print a formatted row of results for that year 5. The total investment and interest earned are also displayed (format the output according the example below)

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.1: Function And Parameter Declarations
Problem 3E
icon
Related questions
Question
• Your program should Compute an investment report based on the paycheck
amount from program #1 by doing the following:
1. Modify Program #1 and Provided code for Program #2:
o Remove the paycheck display part from the code of program 1 (so
that
you
leave only netpay to pass it to program #2
o Modify the program 2 to accept the netpay from program 1 as the
startBalance for investment
o set the number of years to 4 years
o set the interest rate at 6% (an integer percent)
3. The report is displayed in tabular form with a header (see output below)
4. Computations and outputs:
o For each year
compute the interest and add it to the investment
print a formatted row of results for that year
5. The total investment and interest earned are also displayed (format the
output according the example below)
Transcribed Image Text:• Your program should Compute an investment report based on the paycheck amount from program #1 by doing the following: 1. Modify Program #1 and Provided code for Program #2: o Remove the paycheck display part from the code of program 1 (so that you leave only netpay to pass it to program #2 o Modify the program 2 to accept the netpay from program 1 as the startBalance for investment o set the number of years to 4 years o set the interest rate at 6% (an integer percent) 3. The report is displayed in tabular form with a header (see output below) 4. Computations and outputs: o For each year compute the interest and add it to the investment print a formatted row of results for that year 5. The total investment and interest earned are also displayed (format the output according the example below)
2. Modify the provided code for the program that calculate the
overtime hours to:
a. calculate the weekly pay for week 1 and week 2 and
b. then add them up to calculate the total pay earned for 2
weeks,
c. then calculate the amount of taxes withheld based on 18% of
the earned pay and
d. finally calculate the net pay and display the earned pay, taxes
withheld and the net pay (see the output below)
Transcribed Image Text:2. Modify the provided code for the program that calculate the overtime hours to: a. calculate the weekly pay for week 1 and week 2 and b. then add them up to calculate the total pay earned for 2 weeks, c. then calculate the amount of taxes withheld based on 18% of the earned pay and d. finally calculate the net pay and display the earned pay, taxes withheld and the net pay (see the output below)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr