use java
Develop a program which allows the user to enter numbers into an array. Input will be as follows: The user will enter the total number of integers to be entered into the array. The user will then enter that number of unique integers (negative or positive). Do not allow the number of values entered to exceed the array size.
Develop methods to: ‘main’ method.
Print the array Sort the array ( YOU MUST DEVELOP YOUR OWN SORT METHOD – don’t use someone else’s)
Determine the highest value Determine the lowest value
Calculate the average value (double)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here