class Sookshmas
{
public static void main(String args[]) 
{
arr[0]=7;
arr[1]=6;
arr[4]=4;
System.out.println(arr[0]) ;
System.out.println (arr[1]);
System.out.println (arr[3]);
}
}
What will be the output of the following code 

Posted on by