This question's due date has already passed. You may post a tutorial, but there's no guarantee that the original asker will purchase the tutorial. But other people might!

Question

$10.00 The Chocolate Delights Candy Company

  • From Computer-Science: General-CS
  • Closed, but you can still post tutorials
  • Due on Mar. 10, 2013
  • Asked on Mar 08, 2013 at 7:28:22PM
Asked by :
BrightApple2345
BrightApple2345 Not confirmed
Rating :No Rating
Questions Asked: 2
Tutorials Posted: 0
 
 
Q:
The Chocolate Delights Candy Company needs to add the following functionality to its cash register: When a customer is checking out, the cash register needs to store the required data pertaining to each item the customer is buying. This data includes the item name, the price per pound, and the number of pounds of that item being purchased. This should be stored in three (3) arrays (one (1) for the item name, one (1) for the price per pound, and one (1) for the number of pounds being purchased) with corresponding index values. For example, index value 3, when applied to the “itemName” array, would give as the name of the third item that the customer is buying. That same index value of 3, when applied to the “ pricePerPound” array, would give us the price per pound of that same third item that the customer is buying. When that last item in the purchase has been saved to the array, an itemized receipt is printed which shows the relevant data (name, price, and amount purchased) of each item, the subtotal price for each item (which is calculated as price per pound times the number of pounds), and the grand total purchase amount of all items. Use Visual Logic to create the data flow diagrams needed in order to develop the design documents for an interactive event-driven program to solve the above scenario that includes at least: 1.Three (3) arrays 2.One (1) loop 3.One (1) and / or conditional statement that covers decision making to include true and false parts of an if statement. Include the code along with the Visual Logic output
 

Available Tutorials to this Question
 
$20.00
A++ solution with Screenshot - Visual Logic and Pseudo Code
  • This tutorial was purchased 1 time and rated No Rating by students like you.
  • Posted on Mar 08, 2013 at 7:34:58PM
Posted by :
adinh3290
adinh3290
Rating (315):A-
Questions Asked: 3
Tutorials Posted: 1181,
Earned: $14,472.33
 
A:
Preview: ... on with Scr ...

The full tutorial is about 10 words long plus attachments.

attachmentlogo

Attachments:
VisualLogic_CandyCompanyPart2_Screenshot.jpg (154K) (Preview)
Flowchart_CandyCompanyPart2_Screenshot.jpg (32K) (Preview)
CandyCompanyPart2.zip (8K) 

 CandyCompanyPart2 Pseudocode.txt
 CandyCompanyPart2.vls
 ]