Age Calculator is a console-based application designed to determine a user's exact age from their date of birth. The program prompts the user to input their birth date in a specified format (such as DD/MM/YYYY or YYYY-MM-DD). It then retrieves the current system date and calculates the difference between the current date and the entered birth date.
The application can display the age in multiple formats, including:
Total years
Years, months, and days
Total months or total days (optional enhancement)
You can calculate you age