Write a Java program that accepts an input String from the user through keyboard input. Your code should ask the user to enter their first name and should then verify that the user entered a String that looks like a reasonable first name.
If the user does not enter a reasonable first name the program should continue to ask the user to re-enter their data until their response looks valid.