From 8f42eb5aa5300c46f9df1054ffab3662b38715bc Mon Sep 17 00:00:00 2001 From: JarenDuffield <31770178+JarenDuffield@users.noreply.github.com> Date: Fri, 27 Oct 2017 08:16:48 -0500 Subject: [PATCH] Update Three_Digit_Ascend_Descend_Selection.cpp --- .../Three_Digit_Ascend_Descend_Selection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Colin_Neary_Three_Digit_Ascend_Descent_Selection/Colin_Neary_Three_Digit_Ascend_Descent_Selection/Three_Digit_Ascend_Descend_Selection.cpp b/Colin_Neary_Three_Digit_Ascend_Descent_Selection/Colin_Neary_Three_Digit_Ascend_Descent_Selection/Three_Digit_Ascend_Descend_Selection.cpp index d522c65..baf838a 100644 --- a/Colin_Neary_Three_Digit_Ascend_Descent_Selection/Colin_Neary_Three_Digit_Ascend_Descent_Selection/Three_Digit_Ascend_Descend_Selection.cpp +++ b/Colin_Neary_Three_Digit_Ascend_Descent_Selection/Colin_Neary_Three_Digit_Ascend_Descent_Selection/Three_Digit_Ascend_Descend_Selection.cpp @@ -22,9 +22,9 @@ void pause() { cout << '\n'; } -int main() +int main() { - int i = 1; + int i = 1; while (i < 31) { int x;