Make a java program that will accept 10 int as an array[10] index=10
and find the following using these methods
find the mode
public int mode()
{
}
find the mean
public double mean()
{
if even add the two median..
}
find the median
public double median()
{
}
thanks a lot..