Secret Message

Write a project 11-SecretMessage that asks the user to enter their name. The program should then print a personalized 'hello' message to that person.

Also, if the person enters your name ("Richard" for example), it should print out a two-line secret message intended just for that person. For example:

Don't tell anybody,
but I think you're the best!

Finally, the program should print "Goodbye" to the person, regardless of whether or not the secret message was displayed.

Finishing Up

Once your program is working correctly, use your mouse to click-drag over the URL address for your project at the top of the browser window. Copy that link, and give that copied link to the instructor using the procedure given in class.