Purchase Solution

Flowcharts and Pseudocodes for Chocolate Delights Candy

Not what you're looking for?

Ask Custom Question

Chocolate Delights Candy Company manufactures several types of candy. Design a flowchart or pseudocode for the following:

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 2000 pounds per month.

I NEED THE DATA DICTIONARY, HIERARCHY CHART FLOWCHART, PSEUDOCODE. I NEED ALL 4 ITEMS. PLEASE LABEL EACH AREA AND INCLUDE THE CHARTS, GRAPHS, OR ANY OTHER NECESSITIES.

Purchase this Solution

Solution Summary

THe solution gives a complete set of asnwers to the case of Chocolate Delights Candy Company including DATA DICTIONARY, HIERARCHY CHART FLOWCHART and PSEUDOCODE.

Solution Preview

pseudocode:

start
Declarations
string name
double pricePerPound
double poundsSold
double POUNDS_MIN = 2000
display ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.