My issue
i didn’t understood the question can you please help me
My code
import java.util.Scanner;
class Codechef
{
public static void main (String[] args)
{
// your code goes here
Scanner objName = new Scanner(System.in);
String varName = objName.nextLine();
System.out.println(varName);
}
}
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone