diff --git a/Source.cpp b/Source.cpp index ae7f746..128393b 100644 --- a/Source.cpp +++ b/Source.cpp @@ -33,7 +33,6 @@ void pause() { cout << '\n'; } - // MAIN void main() { cout << "Enter a three digit number. \n"; @@ -53,4 +52,4 @@ C = (x - A * 100 - (B * 10)); cout << "Neither \n"; } pause(); // pauses to see the displayed text -} \ No newline at end of file +}