# Introduction In this lab, you need to create two arrays of size 10, with the first array containing numbers from 1 to 10, and the second array storing only the even numbers from the first array, obtained by running a loop and checking for divisibility by 2.
Click the virtual machine below to start practicing