Help me in solving ARRYJ4V2 problem

My issue

can we use -indexing?

My code

class Codechef
{
	public static void main (String[] args)
	{
		String[] week = {"Monday", "Tuesday", "Wednesday", "Thursday"};
		// update your code below this line
		System.out.print(week[2]+"\n"+week[3]);
	}
}

Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone

@pragya0508
whats wrong with your code??

@pragya0508
Yes we can use indexing