My issue
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
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
@sonaldonga1980
this is the first java code just u make u understand the basic syntax of the java this code will print 12 just click on next