My issue
I cannot understand
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
I cannot understand
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
@narasimha1
its a simple java code to print the number 12 .
Just for u to understand the basic syntax of java.