Hi, I'm trying to make a program to find my age in minutes. No, this is NOT a homework question, I don't even take programming classes, but I think it'd be sorta interesting to find out how old I am in minutes. I'm stuck, though. Like, what math stuff would I need to do to find out my age? I was thinking of finding out my age in months, which is simple enough. Then maybe find out in days. The problem with that is that every 4 years there are 366 days a year, not 365, so I'd have to include that. Then maybe to hours and then minutes. But how would I go about doing this? Thanks!

Brendan