System.out.print("Enter name (Last, First) and Social Security Number (###-##-####); ");
String name = in.next();
String info = in.nextLine();
ユーザー入力は次のようになりますLast, First 555-55-1234
Last, First のように見えるアカウントと、lastfir1234 のアカウント ファイルが必要です。どんな助けでも大歓迎です。