Given the array declaration below, which of the following println statements will print the word 'pencil'?String[] arr = {"Eraser", "Sharpener", "Pencil", "Pen"};