Home /
Expert Answers /
Computer Science /
create-a-new-array-called-myshortarray-that-contains-the-1st-3rd-and-5th-elements-of-the-array-mya-pa574
(Solved): Create a new array called myShortArray that contains the 1st, 3rd, and 5th elements of the array myA ...
Create a new array called myShortArray that contains the 1st, 3rd, and 5th elements of the array myArray as defined below using the indexing method. (1.5) myArray = [1, 2, 3, 4, 5, 6];