CIS170C All Assignments CIS170C All Assignments | Page 6

Step 4: Build Solution
To compile the program, click Build on the menu bar and then click the Build Solution or Build LabB option. You should receive no error messages. If you see some error messages, check the code above to make sure you didn ' t key in something wrong. Once you make your corrections to the code, go ahead and click Build >> Build Solution again.
Step 5: Execute the Program
Once you have no syntax errors, to execute or run your program, click Debug on the menu bar, and then click Start Without Debugging.
Step 6: Capture the Output
1. Capture a screen print of your output.( Do a PRINT SCREEN and paste into an MS Word document.)
2. Copy your code and paste it into the same MS Word document that contains the screen print of your output.
3. Save the Word Document as Lab01B _ LastName _ FirstInitial. End of Part B
Part C: Payroll Program Step 1: Create a New Project
Create a new project and name it LAB1C. Make sure you close your previous program by clicking File >> Close Solution.
Include a comment box like what you coded in Part B. This can go at the very top of your program.
Step 2: Processing Logic