My issue
i put the same answer but the code does ot compile as it is in the soution.
Learning course: Learn Java
Problem Link: Practice Problem in - CodeChef
i put the same answer but the code does ot compile as it is in the soution.
Learning course: Learn Java
Problem Link: Practice Problem in - CodeChef
@vinesh_146
is this yours rearranged code?
class Codechef
{
public static void main(String[] args)
{
System.out.print(12 + 7);
}
}