cout << "Please enter the elapsed time in seconds or (0 to end the program): " ; cin >> totalSeconds;
days = totalSeconds / 86400 % 60;