diff --git a/date_lab.cpp b/date_lab.cpp index 80b6090..6a2e161 100644 --- a/date_lab.cpp +++ b/date_lab.cpp @@ -13,7 +13,7 @@ class dates { }; void dates::input() { - cout << "\nEnter the Date DD MM YYYY :"; + cout << "\nEnter the Date DD MM YYYY:"; cin >> day >> month >> year; } //Month