please help me im dying πŸ˜‰πŸ˜‰

Sep 17, 2015 at 5:28pm
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

Jane Doe's birthday is on: December 31, 1909.
Sep 17, 2015 at 5:40pm
Post your attempt. You know how to ask a user for input and assign that input to a variable right? Take it one step at a time...
Sep 17, 2015 at 5:42pm
unfortunately i dont know
Sep 17, 2015 at 6:35pm
unfortunately i dont know

Surely you know something. Have you written a program before? Did the prof give an example? Have you gotten any program to compile and run?
Topic archived. No new replies allowed.