My issue
Why in every que we are taking class as CodeChef?
can we change the class??
My code
class Codechef{
public static void main(String[] args){
System.out.print((3+4) + (" and ") + (2+1));
}
}
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone