Program to calculate age
In this article, you will learn to write a program to calculate age. That means, if the given two dates are dt1 and dt2, you need to calculate the difference between the two dates in years, months, and days. But make sure that the dt1 is earlier than the dt2. For example, Input : Birth date = […]
Program to calculate age Read More »