Help me in solving ARRYJ2V2 problem

My issue

let me knw the answer

My code

// Update the '_' below to solve the problem

class Codechef
{
	public static void main (String[] args)
	{
	   num[5] = {1, 2, 3, 4, 5};
		System.out.println("%d", num[4]);
	}
}

Learning course: CSE 223: Java programming
Problem Link: https://www.codechef.com/learn/course/ciet-oops-java-2025/CIETOPJ03/problems/ARRYJ2V2