From 02accaf16542829d0c1dbfcb9fe0c0a7e6b455b2 Mon Sep 17 00:00:00 2001 From: ajay007e <68919307+ajay007e@users.noreply.github.com> Date: Fri, 2 Oct 2020 22:58:49 +0530 Subject: [PATCH] Update date_lab.cpp --- date_lab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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