Help me in solving SYNJ3V2 problem

My issue

class CodeChef
{
public static void main (String[] args)
{
// Enter 21 + 40 inside the print statement
System.out.print(____);
}
}

My code

class CodeChef
{
	public static void main (String[] args)
	{
	    // Enter 21 + 40 inside the print statement
		System.out.print(____);
	}
}

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

You need to fill the blank with 21+40