My issue
what \n represents in code
My code
class Codechef
{
public static void main (String[] args)
{
boolean x = true;
boolean y = false;
System.out.print(x +"\n" + y);
}
}
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone