Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!kuhub.cc.ukans.edu!zeus.unomaha.edu!cox Newsgroups: comp.lang.c Subject: Help needed on finding how many days old someone is Message-ID: <12717.28074392@zeus.unomaha.edu> From: cox@zeus.unomaha.edu Date: 13 Apr 91 17:44:50 CST Lines: 11 Help! I'm tring to write a program that needs to know how many days old someone is.. if the user enters the mo born in and the day born on, and how old he/she/it is, find how many days old.. Formula to find days old is: (AGEx365)+(amt of leap yrs in)+1+(days since last b-day) Your help is greatly appreciated.