Clancy’s is also interested in graphical output for its D S S. It wants to see a graphical comparison of how many of each style of uniform are being sold each year.
a. Choose an appropriate graph style and design a graph for display that incorporates the following data:
Be sure to follow proper design conventions for displays. Use codes and a key if necessary.
b. Choose a second method of graphing that might allow the decision makers at Clancy’s to see a trend in the purchase of particular uniform styles over time. Draw a graph for display as part of the output for Clancy’s D S S. Be sure to follow proper design conventions for displays. Use codes and a key if necessary.
c. In a paragraph, discuss the differences in the two onscreen graphs you have chosen. Defend your choices.
You might also like to view...
numeration constants within an enumeration
a) must have unique integer values b) can be assigned other values once they have been defined c) must have unique identifiers d) are defined using the keyword const
y and z are user-defined objects and the += operator is an overloaded member function. The operator is overloaded such that y += z adds z and y, then stores the result in y. Which of the following expressions is always equivalent to y += z?
a. y = y operator+= z b. y.operator+=( z ) c. y = y + z d. y operator+=( y + z )