From da32ad04651661b3fc15ba7d9fcbf93cd3f2f1ba Mon Sep 17 00:00:00 2001 From: UltraSive <31855485+UltraSive@users.noreply.github.com> Date: Wed, 25 Oct 2017 10:40:15 -0500 Subject: [PATCH] Update Source.cpp --- Jeremy_Allen_3DigitAscend/Jeremy_Allen_3DigitAscend/Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jeremy_Allen_3DigitAscend/Jeremy_Allen_3DigitAscend/Source.cpp b/Jeremy_Allen_3DigitAscend/Jeremy_Allen_3DigitAscend/Source.cpp index 98b3a6d..71e2161 100644 --- a/Jeremy_Allen_3DigitAscend/Jeremy_Allen_3DigitAscend/Source.cpp +++ b/Jeremy_Allen_3DigitAscend/Jeremy_Allen_3DigitAscend/Source.cpp @@ -36,7 +36,7 @@ void pause() { // Function to pause the system void main() { int Three_digit_number;//Defining Variables so we can use them to store the numbers int First_number; //first number - int Second_number; + int Second_number; //secondnumber int Third_number; cout << "Type in a 3 digit number and I wil tell you if it is ascending, descending" << endl << "or neither." << endl;// asking the user for a 3 digit number cin >> Three_digit_number;