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