Help me in solving SYNJ9V2 problem

My issue

My code

class Codechef
{
	public static void main (String[] args)
	{
		System.out.println
	}
}

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

class Codechef
{
	public static void main (String[] args)
	{
		System.out.print((8 * 9) + "\n" + (2 * (100 + 200)));
	}
}

ā€œ\nā€ is used to print the output on a new line.