 
		 I Haz Codes
 I Haz Codes 
		Arrays allow multiple values to be stored within a single value. In order to access a value inside an array you must supply an index. These start at 0 and go up to the length of the array less one.
Write a program that will store 3 names into an array.
Say hello to each of them by accessing the values out of the array.