#include #include "date_modified.h" using namespace std; // show Date member functions int main() { Date today; cout << "There are " << today.RemainingDays()<< " days left in the current month" << endl; return 0; }