bajajvinamr / HacktoberFest2020

Make your first PR! ~ A beginner-friendly repository. Add your profile, a blog, or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
155 stars 693 forks source link

Create AgeCalculator.cpp #1137

Open Shravanikale opened 2 years ago

Shravanikale commented 2 years ago

This file can determine the age of a person by only taking the input of birth_date , birth_month, birth_year from the user. This is a basic age calculator based on a most common age system.