Hi there. Im new here.

I have som very little code:

public void frequency(int [] arr){

int arr[] = {2,5,2,9,7,1,100,2,3,5,7,7,9,1,2,6,5};
Now I have to make an algorithm to show...