Question: Write a C++ function named 'older()' to take two persons birthdays, determine who is older, and return the older birthday. Include 'older()' function in a
Write a C++ function named 'older()' to take two persons birthdays, determine who is older, and return the older birthday. Include 'older()' function in a complete program. Store the 'Date' structure returned by older() in a separate 'Date' structure and display the member values of the returned 'Date' in main() function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
