If your code is as shown,the if statements mean nothing as each line after the if statement is scanned during each run cycle.The if statement label code needs to be located else where in the program so as it is scanned only when the if is true.
If your code is as shown,the if statements mean nothing as each line after the if statement is scanned during each run cycle.The if statement label code needs to be located else where in the program so as it is scanned only when the if is true.
Bookmarks