+ 1
Java
Java input is L2016103110102 what you need to do is append string of hello world after the input and print it out
1 Odpowiedź
+ 5
import java.util.Scanner;
public class program
{public static void main(String[] args
    {Scanner sc = new Scanner (System.in());
     String input = sc.nextLine:
     if (input = "L2016103110102"){System.out.println(input+"hello world");}
    }
}
//#FAIL




