Problem
In JAVA, how would I create a method called smallest that will return the smallest value in an array of integers. The method should take as parameter the array of int's to search through. The method should return the smallest value found within the array.