{6,12,4,7,9}
How do i write a method name serachMax that receives the list above (as an array of integer) as it's argument and return the largest value in the list
and
How do i create a method name countitem that receives that list above (as a referenced based linked list of integers) as it's argument and returns the largest value in the list