Help me in solving ARRYJ1V2 problem

My issue

My code

class Codechef
{
	public static void main (String[] args)
	{
		// your code goes here
		String[] num = {1, 2, 3, 4, 5};
		System.out.print("Done");
		
	}
}

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