My issue
My code
class CodeChef
{
public static void main (String[] args)
{
// update your code here
System.out.println("Output: 3 + 4");
System.out.print("Output: 2 + 1.");
}
}
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone