1. Declare a string as ‘Tutorial’ and print it 5 times 2. Declare array of color as @colorArray = (‘red’, ‘white’,‘blue’) 3. Print the element of an array using foreach loop