System.out.println("Enter your name: "); <-- asks for the input
System.out.print(keyboard.nextLine()); <--gets the input and prints it out
System.out.println(" Enter your age: "); <---asks for...