# Problem 01

# print the header that says "Welcome"


# skip 2 blank lines


# Ask the user to input their first name
# and store the result in a variable called firstName


# skip a blank line


# print out "Welcome " + firstName + "!"



# skip 2 blank lines