This program should ask the user for a number, max, a columnwidth, col and do the following:
Create a array of size max.
Ask user for max numbers and store each number as successivearray elements.
Print the numbers entered with col elements in each line.
Output the average of all the numbers
Part 2: Create – AnyAverageArr.java This program should ask the user for a number, max, a column width, col and do the following ยป Create an array
OR
OR