/*Chris SChmidt convert days to seconds 9-24-99*/ #include #include int main() { clrscr(); double seconds, days; cout<<"Enter the number of days (not neccesarily an integer) and I will\nfind the seconds:"; cin>>days; seconds = days*24*60*60; cout<<"The number of seconds is "<