Arrays: Task 1


  1. In this task create an array of three items, stored inside a variable called myArray. The items can be anything you'd like, your favourite combat aircraft, missile, etc..
  2. Next, modify the first two items in the array using simple bracket notation and assignment.
  3. Then add a new item to the beginning of the array.