My issue
what is mean by system
My code
class CodeChef
{
public static void main (String[] args)
{
// your code goes here
System.out.println(12);
}
}
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone
what is mean by system
class CodeChef
{
public static void main (String[] args)
{
// your code goes here
System.out.println(12);
}
}
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone