hello
i'm asked to make a java code for this question but the problem i can't get what it wants me to do
the Question:
Write a program that reads a string and prints the number of occurrences of each alphabetical letter in the string. Your program should call a method to create an array for the counters of the letters, and use another overloaded method that receives a character and updates the corresponding counter and finally call a third method to print the counts.
i just need an explain