DueAugust 30 at 11:59 PM Starts Aug 23, 2021Ends Aug 30, 2021 Watch the Chapter 2 / IPO Design Demo video in the Chapter 2 Module. While watching the Chapter 2 / IPO Design Demo Video, complete the...





  • DueAugust 30 at 11:59 PMStarts Aug 23, 2021Ends Aug 30, 2021

    Watch the Chapter 2 / IPO Design Demo video in the Chapter 2 Module.


    While watching the Chapter 2 / IPO Design Demo Video, complete the IPO Practice Assignment #1 and #2. upload the completed IPO Chart files and the completed code to this submission link as a part of your attendance for this week.


    Save the IPO files as 'lastname - Height IPO Chart.docx' (where lastname is your last name) and 'lastname - Binary IPO Chart.docx' (where lastname is your last name).


    Save the .cpp files as lastnameHeight.cpp and lastnameBinary.cpp (where lastname is your last name).




  • Chapter 2 Practice AssignmentAssignmentTask: Submit to complete this assignment
    DueAugust 30 at 11:59 PMStarts Aug 23, 2021Ends Aug 30, 2021Suppose an employee gets paid every two weeks and earns $2,200 each pay period.In a year the employee gets paid 26 times. Write a program that defines the following variables:

    • payAmount- Thisdoublevariable will hold the amount of pay the employee earns each pay period. Initialize the variable with2200.0.

    • payPeriods- Thisintegervariable will hold the number of pay periods in a year. Initialize the variable with26.

    • annualPay- Thisdoublevariable will hold the employee’s total annual pay, which will be calculated.

    The program must calculate the employee’s total annual pay by multiplying the employee’s pay amount by the number of pay periods in a year and store the result in theannualPayvariable. Display the total annual pay.Save your source file as lastNameCH2.cpp (where lastName is your last name). Example: smith.cppThen upload your .cpp source file(not the .exe file) to this assignment link as a part of your attendance this week.Sample Run Video:





Aug 29, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here