Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Java Question in the description
PLease use netbean 8.1 using Java UI...
Number Analyzer
Write a generic class with a type parameter constrained to the Number class or any subclass of Number. The constructor should accept an array of such objects. The class should have methods that return the highest and lowest values in the array, the total of the elements, and the average value of all the elements. Demonstrate the class in an application.