Question: Write a Java program/class which creates an array with 100 random letters using characters from A to Z. The program should: - Display the array
Write a Java program/class which creates an array with 100 random letters using characters from A to Z. The program should: - Display the array of letters in 10 rows of 10 letters each. - Determine the number of occurrences of each letter in the array and display the result. - Use at least one method in your class which receives and returns an array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
