/*
Step 3 Lab
Personalizing the Happy Birthday Song

Write code that asks the user for her name as input and outputs the "Happy Birthday" song with the name of the person in the song.

HINT:
  • Lab01 contains code that stores an input String value and then outputs the value.
  • Java Input Setup contains other methods to store an input String value.
*/