Question: Write a Java program that prompts the user to enter the size of an integer array and the elements of the array where values between

Write a Java program that prompts the user to enter the size of an integer array and the elements of the array where values between 1 and 10. The program finds the largest element in the array, counts and displays its occurrences. Sample run of the program Enter the size of the array: 7 Enter the 7 elements of the array: Enter an integer: 3 Enter an integer: 31 Invalid value. Please enter an integer between 1 and 10: 5 Enter an integer: 2 Enter an integer: 5 Enter an integer: 5 Enter an integer: 5 Enter an integer: 0 The largest element is 5 and its occurrence is 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
