From 1e2e271854dee324c1cb643e327aa4232a67ee9d Mon Sep 17 00:00:00 2001 From: Mamadou Diallo <31770276+Papadou0710@users.noreply.github.com> Date: Thu, 26 Oct 2017 08:45:23 -0500 Subject: [PATCH] Update Source.cpp --- .../Three_Digit_Ascend_Descend_Selection/Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }