Reference no: EM1388803
A. write IPO charts for program which contains four value returning functions: Main ( ), getHoursWorked ( ) , getPayRate( ) , and calcGross ( ). Main ( ) funtion must call each function, then display gross pay on screen. When coding calcGross ( ) function, you don't have to worry about overtime pay. You can suppose that everyone works 40 or fewer hours per week. Hours worked and rate of pay may contain decimal place.
B. Use File menu to create new Win32 console Application. Allot names ch9AppE05 project and ch9AppE05 solution to project and solution, respectively. Save application in Cpp5Chap09 folder. Add new C++ source file to project. Name the source file Ch9AppE05.
C. Use Ipo charts you created in step a to code program. Display gross pay with a dollar sign and two decimal places.
D. complete the desk check table for program using following two sets of data:
25.5 hours, $ 12 per hour
40 hours, $ 11.55 per hour.
E. Save and then build the solution. Implement program. Use data from step to test program. When program is working correctly, use file menu to close solution details