Hi. I think I have done my code correctly. What I have found out is that error: java.lang.ArrayIndexOutOfBoundsException: 20 means that I have tried to reach 20th number in an array and this number is outside an array. Well array has 20 numbers inside so it should not happen. Can you please help?