Hello KRUKUSA!
I think your compiler tells you exactly what are your errors. Remember that a 1d int array (sales[]) differs from a 2d int array(sales[][]). You should take a look at the Java API...