My issue
class Codechef
{
public static void main (String[] args)
{
System.out.print((3 + 4) + --------+ (2 + 1));
}
}
what fill in blank space
My code
class Codechef
{
public static void main (String[] args)
{
System.out.print((3 + 4) + + (2 + 1));
}
}
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone