Write a Program in C++ to Calculate Your Age in Years Months and Days using Date of Birth
Write a Program in C++ to Calculate Your Age in Years Months and Days using Date of Birth Question: Write a Program in C++ that inputs date of birth from user and calculates age in Years, Months and Days. Logic: First of All we will fetch current date of system. Then we define a function…