Given the following array String[] carName = new String[200]: Create a histogram (count) for the number of each of these
Posted: Fri Jul 01, 2022 5:46 am
Given the following array String[] carName = new String[200]: Create a histogram (count) for the number of each of these car types "Honda", "BMW", "Ford", "VW"; You may use a array or primitive data types to hold the counts