Advertisement
Olkach

ENG 125 Week 4 DQ 2

Dec 1st, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1.  
  2.  
  3. This pack contains IT 210 Week 8 Assignment Object Oriented Design
  4.  
  5. Computer Science - Object-Oriented Programming
  6. Assignment 2: Chocolate Delights Candy Company, Part 2 
  7.  
  8. Due Week 10 and worth 210 points 
  9.  
  10. 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:
  11.  
  12. 1. Three (3) arrays
  13.  
  14. 2. One (1) loop
  15.  
  16. 3. One (1) and / or conditional statement that covers decision making to include true and false parts of an if statement.
  17.  
  18. Include the code along with the Visual Logic output. The specific course learning outcomes associated with this assignment are: 
  19.  
  20. Explain the use and benefits of object-oriented programming and event-driven programming.
  21.  
  22. Develop design documents for an interactive event-driven program.
  23.  
  24. Use technology and information resources to research issues in computer programming design.
  25.  
  26. Write clearly and concisely about computer programming design topics using proper writing mechanics and technical style conventions.
  27.  
  28. Grading for this assignment will be based on answer quality, logic/organization of the paper, and language and writing skills. Click here to view the grading rubric for this assignment. 
  29.  
  30. • Guide for Assignment 2 Chocolate Delight
  31.  
  32. Attached Files: Sample Solution for Assignment 2 Candy Delight Final.vls (9.69 KB) 
  33.  
  34. Sample Output that you must submit.PNG (254.488 KB) 
  35.  
  36. The attached visual logic flowchart will guide you step by step how to design this application. Please run this flowchart and follow the instructions to design your visual logic solution for this assignment.
  37.  
  38. What do you need to submit
  39.  
  40. Please read the Grading Rubric for this assignment and submit he following items. To earn full credit all the 3 items listed below are mandatory and must be submitted
  41.  
  42. 1) Submit your Visual Logic solution flowchart .vls file
  43.  
  44. 2) Run your program and submit a sample output similar to what I have provided here
  45.  
  46. 3) Write a detail essay and explain your technical learning form this assignment. Discuss benefits of reuse of object oriented programming and event driven programming and what did you reuse form your past assignments. 
  47.  
  48. To save money, many college student
  49.  
  50. Find needed answers here - https://bitly.com/1oJLRXo
  51.  
  52. There can be no denying the importance of a college education for countless individuals. However, that is not to say that decisions regarding where to apply, which major to choose and how the degree program will be financed are simple ones. By heeding the tips found above, it is possible to simplify the process a bit and gain a bit of helpful perspective.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement