Hi all, here is my question : I know that at line 23 my array must be set at [10]. I know that i have to start my loop from 10 to 20 (index 10 to 19) to take the second half of the first array numbers. But it will generate an out of range exception. Logic. How can i implement these numbers from index 10 to index 19 in an array with 10 indexes ?Iwould set the loop from 0 to 9 but it will do the same than line 20. Thank you !