Nested if statements with 3 different parameters
I have a block of code below. The allDone() method at the bottom should only be run if the allCompleted == true. It should run through each of the statements to test. allCompleted: This starts as true so the below logic works right. run*.Checked: This is based on a check box in a form. This … Read more