Create a class the asks
Create a class the asks the user for their name. Loop and call the validateName method that checks the name against the valid name array. If there is a match move on to the next section. If it does not match loop and ask again for the name until there is a match.The validateName method has one String as an argument and returns a Boolean […]