//class TypingTest{
public static void main(String[] args) {
System.out.println("Typing Speed Timer ");
System.out.println("_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _");
System.out.println("Welcome Enter Name");
Scanner myScanner = new Scanner(System.in);
String lineSeporator = System.getProperty("line.separator");
myScanner.useDelimiter(lineSeparator); ////////////////////////////////// this is my problem line it look exactly like the book but i cant tell why it is stopping when it complies
String name;
System.out.println("Please Enter Your name");
name = scanner.next( );
System.out.println("Welcome Enter Name");
}
}
any help or explanation of what i did wrong would be much appreciated