Change to String name = scanner.nextLine(); instead of String name = scanner.next();
See more on documentation here – next() and nextLine()
Change to String name = scanner.nextLine(); instead of String name = scanner.next();
See more on documentation here – next() and nextLine()