Assignment
HomeWork 6 : This homework must be completed independently and in your own variables naming
Completion requirements
1- Write a Java program to create an array list, add some colors (strings) and print out the collection.
2. Write a Java program to iterate through all elements of this array list.
3. Write a Java program to insert an element into the array list at the first position.