CIS170C All Assignments CIS170C All Assignments | Page 14
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
Write a program that inputs the amount of the purchase and calculates the shipping charge
based on the following table:
$0.00 - $250.00: $5.00
Step 2: Pseudocode
Using the pseudocode below, write the code that will meet the requirements.
Display program information
Prompt the user for the sale amount
If sale amount > $5,000.00