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;