public class LinkedList
{
static Node start,end;
public static void main(String... args)
{
toNode(args);

}

static void toNode(String... arr)