Help me in solving VADJ6V2 problem

My issue

My code

class Codechef
{
	public static void main (String[] args)
	{
		String a = "Code";
		String b = "Chef";
		System.out.println(a"+"b);
	}
}

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