Question: please Consider the following declarations: const int CAR_TYPES - 5; const int COLOR_TYPES double sales(CAR_TYPES) (COLOR_TYPES): a) How many elements does the array sales have?

please
Consider the following declarations: const int CAR_TYPES - 5; const int COLOR_TYPES double sales(CAR_TYPES) (COLOR_TYPES): a) How many elements does the array sales have? b) What is the number of rows in the array sales? c) What is the number of columns in the array sales? d) Write a complete code to sum the sales by CAR_TYPES. e) Write a complete code to sum the sales by COLOR TYPES
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
