Java program that reads in a list of words from an array, determines the number of words in the list that start with each letter of the alphabet and outputs the results to the console, in alphabetical order (one letter per line)
adhiamboperes/java-arrays-assessment
Java program that reads in a list of words from an array, determines the number of words in the list that start with each letter of the alphabet and outputs the results to the console, in alphabetical order (one letter per line)
Java