CIS 170 (Devry) help Making Decisions/uophelp.com CIS 170 (Devry) help Making Decisions/uophelp.com | Page 47

Press any key to continue . . . 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 shipping is $20.00 Else if sale amount > $1,000.00 shipping is $15.00 Else if sale amount > $500.00 shipping is $10.00 Else if sale amount > $250.00 shipping is $8.00 Else if sale amount > $0.00 shipping is $5.00 Else shipping is $0.00 End-If If shipping is $0.00