From 3ec1a9a0acc46a3acde10effc68ddb18f8d50fce Mon Sep 17 00:00:00 2001 From: Vamsi Krishna <33099230+V-V-K@users.noreply.github.com> Date: Wed, 30 Oct 2019 19:37:14 +0530 Subject: [PATCH] updated removed blank spaces --- InputValues.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/InputValues.cpp b/InputValues.cpp index 3be0f01..f8eb416 100644 --- a/InputValues.cpp +++ b/InputValues.cpp @@ -10,7 +10,6 @@ int main() cout << "Enter two integers spearated by spaces: "; cin >> feet >> inches; cout << endl; - cout << "Feet = " << feet << endl; cout << "Inches = " << inches << endl; @@ -36,4 +35,4 @@ int main2() cout << "Age: " << age << endl; return 0; -} \ No newline at end of file +}