Create a program that allows a user to enter any number of integers, which are then stored in an array. After the user enters the integers, perform the following operations on the array, in separate methods in your class:
1. Highest number in the array
2. Lowest number in the array
3. Average of the array
Display the highest, lowest, and average to the user.