Personal Hello

Write a program PersonalHello.java with a main method that has the user enter their name. The program should then pass that name via a parameter to another method sayHello(), which will print out a personalized message to that person.