Reference no: EM132158941 
                                                                               
                                       
Use Object Oriented Programming, Classes, methods, and arrays.
Create an array that holds 10 random integers between 1 - 100.
Create the array inside the class. Create a method that will fill the array with 10 random integers.
Create a method that will return the largest integer in the array.
Create a method that will return the smallest integer in the array.
Use method naming conventions. Main should only be used to execute methods created in the class.
Output smallest and largest integer to text file.
Create Header Row.
Whiteboard/Pseudocode Solution (Attach Photo of Text File, Source Code, and Output Below.)
Advance implementation use an array list to solve problem.