Help me in solving SYNJ9V2 problem

My issue

how do i print in next line without using println

My code

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

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

bro just use
ā€œ\nā€
for next line