Sunday 25 October 2015

CIS/115 iLab 5 of 7

CIS/115 iLab 5 of 7


Scenario:
Your algorithm will keep track of a customer’s purchases at the local fireworks stand. Customers will not know exactly how many items they will purchase, so using a FOR loop on this lab is not allowed. Let’s keep the rules simple.
1) Accept the dollar value of each item purchased from the user until the user is finished.
2) When purchases are complete, enter a sentinel value of -1 (indicating the user has finished).
3) If more the item purchased is 50.00 or more, give your customer a 10% discount on their item purchased.
4) Display all of the purchases to the customer with the original price and the discount price.
Be sure to THINK about the logic and design first (IPO chart and pseudocode), then code the Visual Logic command line processing.

Lab Steps:
Preparation:
1. Complete the IPO Model in a Word document.
2. Complete the pseudocode in the same Word document as the IPO.
3. Complete the flowchart in Visual Logic and print screen the flowchart in the same Word document as the IPO and pseudocode.
4. Complete the execution/run of the flowchart and print screen your outputs in the same Word document as the IPO, pseudocode and flowchart.

No comments:

Post a Comment