Develop Java Program Netbeans Allows User Enter Numbers Array Input Follows User Enter Tot Q37038443

Develop a Java program in NetBeans which allowsthe user to enter numbers into an array. Input will be asfollows:

> The user will enter the total number of integers to beentered into the array.

> The user will then enter that number of unique integers(negative or positive). Do not allow the number of values enteredto exceed the array size.

Develop methods (SIX) to:

> ‘main’ method

> Print the array

> Sort the array ( YOU MUST DEVELOP YOUR OWN SORTMETHOD – don’t use the API classes)

> Determine the highest value

> Determine the lowest value

> Calculate the average value (double)

Program Logic (algorithm):

– Prompt and get the

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.