My issue
explain
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
explain
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
@kl_99210041096
Its a basic java code which is for u to understand the basic syntax for how to print 12 in java.