Question: In Fashion.java, write the public int [ ] countByBrands ( String gender ) method to calculate and return a 1 D array containing the most

In Fashion.java, write the public int[] countByBrands(String gender) method to calculate and return a 1D array containing the most common brands purchased by the parameter gender.
If the brand is "US Polo", increment the value at index 0 in the array by 1.
If the brand is "GAP", increment the value at index 1 in the array by 1.
If the brand is "Kenneth Cole", increment the value at index 2 in the array by 1.
Otherwise, increment the value at index 3 by 1.
In TheaterRunner.java, call the drawResults() method with the 1D array returned from calling the countByBrands() method.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!