HI there...

Actually, am getting the same problem here but it is not a prob with my case. Can i please get a solution?? Thanks a lot!

Here is the prgm:

class Simple2 {
public static void main (String[] arg) {
int[] counts = new int[10];
System.out.prin t("Enter ten numbers: ");
for (int i=0; i<10; i++)
counts[i]=Keyboard.readI nt();...