Write Program Accepts Two Dates Yyyy Mm Dd First Date Person S Birthday Second Date Need C Q43887740
Write a program that accepts two dates (YYYY MM DD) where thefirst date is a person’s birthday and the second is the date thatyou need to calculate a person’s age (in years on). You can assumethat the second date is later than the first.
in C++ language
You need to output the person’s age. Additionally, you also needto output if that person has had a borthday that calendar yearyet.
Expert Answer
Answer to Write a program that accepts two dates (YYYY MM DD) where the first date is a person’s birthday and the second is the da…
OR