My issue
i did not understand
My code
// Update the blanks in the code below
import java.util.Scanner;
class Codechef
{
public static void main (String[] args)
{
Scanner objName = new Scanner(System.in);
String s = objName.next();
System.out.println("abcd");
}
}
Learning course: Solve Programming problems using Java
Problem Link: How to accept inputs Practice Problem in Solve Programming problems using Java - CodeChef