Write a program that reads the number of years ago that a dinosaur lived and then compute the equivalent number of months, days, and seconds ago. Use 365.25 days per year. Test your program with a triceratops that lived 145 million years ago and a brontosaurus that lived 182 million years ago. (Hint: Use type double for all variables.) Note: Include functions in your program