diff --git a/Three_Digit_Ascend_Descend_Selection/Three_Digit_Ascend_Descend_Selection/Source.cpp b/Three_Digit_Ascend_Descend_Selection/Three_Digit_Ascend_Descend_Selection/Source.cpp index 627e4db..6e74d0a 100644 --- a/Three_Digit_Ascend_Descend_Selection/Three_Digit_Ascend_Descend_Selection/Source.cpp +++ b/Three_Digit_Ascend_Descend_Selection/Three_Digit_Ascend_Descend_Selection/Source.cpp @@ -35,7 +35,7 @@ void main() {// assigning variables ascending = A != B && B != C; - descending = ascending; //This statment is saying that if a is not equal b and b does not equal c then this number is assending. + descending = ascending; //This statment is saying that if doesn't equal b and b does not equal c then this number is assending. if (A > B) { ascending = false; }