Write a C++ program that asks a user for their name and birthday prints it out. Remember you are asking a user to enter the information so you will need to use the cin object. Donβt forget to print the apostrophe, the comma between the names and the period at the end. Here is an example of what the program should do:
What is your first name? Jane
What is your last name? Doe
Enter your birthday:
Month? December
Day? 31
Year? 1909