From 63688b16a32fe4618589ff628255f2fa7a481619 Mon Sep 17 00:00:00 2001 From: GO22 <31770154+GO22@users.noreply.github.com> Date: Fri, 27 Oct 2017 08:27:44 -0500 Subject: [PATCH] Garrett Ostrander and Connor Castillo --- Source.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}