Store and access values
Now we have the array, how can we use it to store values, and how can we access the values within the array?
Watch the following video and work through storing names in your array, and accessing these to print these out.
Have a go at implementing code to store three names in the array, and then access the values entered to output the list of names. For the moment, access each array element directly as shown in the video. This will help you see each value in the array.