This is basic stuff, but I'm stuck, and inexperienced. I'm working w/ Scanner and I made a string to scan the full name of a user.


import java.util.Scanner;

public class ThreeNamesNextLine...