where is the main method?
to print the values of an array Lotto[],
use


for(int i=0;i<MAX;i++)
{
System.out.println(Lotto[i]);
}