CIS 170C iLab 2 of 7 Decisions (100% Correct) CIS 170C iLab 2 of 7 Decisions (100% Correct) | Page 5

Save your program by clicking File on the menu bar and then clicking Save Program.cpp, or by clicking the Save button on the toolbar, or Ctrl + S. Step 5: Build Solution To compile the program, click Debug and then Build solution (F7). 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 6: 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 Debugging. Step 7: 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 Lab02A_LastName_FirstInitial. END OF PART A Part B: Calculate Shipping Charge Step 1: Requirements