* nextInt() \n. , ,
, nextInt() .
* , nextLine() nextInt, nextLine()
, .

int number = scan.nextInt();
scan.nextLine();
System.out.println("Something?: ");
String insurer = scan.nextLine();
// .
String name = scan.nextLine();
System.out.println("Something?: ");
String IntString = scanner.nextLine();
int number = Integer.valueOf(IntString);
System.out.println("Something?: ");
String insurer = scanner.nextLine();