Hi guys can you help with with this

Create a Program for sorting the given int array. You can select any sort algorithm for execute the program.

30 45 55 56 70 72 74 76 80 120

1. With a java class create a method to search the given values in the above mentioned array and method requires array parameter with search key.
2. Create a method to print the values in the array and the method requires array parameter
3. Create the main method to declare the given array. Call search and display methods.