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 +}