Chocolate Delights Candy Company manufactures several types of candy. Design a flowchart using Visual Logic for the following: A program that accepts a candy name (for example, “ chocolate-covered...

1 answer below »
Chocolate Delights Candy Company manufactures several types of candy.
Design a flowchart using Visual Logic for the following:

  1. A program that accepts a candy name (for example, “ chocolate-covered blueberries”), price per pound, and number of pounds sold in the average month, and displays the item’s data only if it is a best-selling item. Best-selling items are those that sell more than 2,000 pounds per month.

  2. A program that accepts candy data continuously until a sentinel value is entered and displays a list of high-priced, best-selling items. High-priced items are those that sell for $10 per pound or more.

  3. Identify outcomes in Visual Logic the lowest-selling items (those that sell 200 pounds or less). This way, owners can decide if they want to put those items on sale, lower their price, discontinue the item, etc.

  4. Identify outcomes in Visual Logic the items that generate the most income. In other words, multiply the price per pound times the number of pounds sold per month, and list items that generate $6,000 or more per month.

Note: The Visual Logic program that you create must be fully functional in order for you to get full credit. If you want to include a short write-up to explain your logic further, you may do so in order to receive additional credit. The specific course learning outcomes associated with this assignment are:


  • Demonstrate the use of algorithms and pseudocoding to the problem-solving process.

  • Distinguish among the basic types, steps, and properties of programming.

  • Apply the techniques of functional decomposition, modularization techniques, and debugging strategies into program design.

  • Describe the features and fundamental data structures of programming design.

  • Select and create the appropriate conditional and iteration constructs for a given programming task.

  • Use technology and information resources to research issues in computer programming design.

  • Write clearly and concisely about computer programming design topics using proper writing mechanics and technical style conventions.

Answered Same DayDec 22, 2021

Answer To: Chocolate Delights Candy Company manufactures several types of candy. Design a flowchart using...

Robert answered on Dec 22 2021
126 Votes
Data Dictionary
Variable Name Data Type Description
CandyName String Candy Name
PricePerPound F
LOAT Price per Pound
NumberOfPoundSold FLOAT Sold Pound
PoundsPerMonth FLOAT Pounds per month
Income FLOAT PricePerPound x
NumberOfPoundSold
Hierarchy Chart
Main
Get Data Process Show...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here