dayo92/SoltMachine

DiagonalMatch 2 is overriding the result of DiagonalMatch1

Closed this issue · 0 comments

matchFound = CheckDiagonalMatch2(numbers);

What would happen if you had a matchFound = true because of a DiagonalMatch1 and a matchFound=false because of DiagonalMatch2?

matchFound = CheckDiagonalMatch2(numbers) -> overrides the result of matchFound = CheckDiagonalMatch1(numbers);