You'll need to give more details as to exactly what you're trying to do, but
in general, you do not want to store ages: you want to store Date Of Birth,
and calculate the age when required, thus freeing you from having to update
stored age information.