Ask the user for their birthday month and day (use integers for both). Validate that the
month is between 1 and 12 inclusive and that the day is in the valid range for the selected
month. If they enter an invalid month/day, notify them. Assume no one was born on a
leap year to simplify the program.

// This has to be written in C++