Hi there,
This may seem a very simple question to most people but just wanted to clear it up.
When program runs some code and comes to an IF statement where two (or more) boolean statements have to be true before it continues. If the first boolean statement is false, does the program continue to the ELSE statement, or does it still interrogate the second boolean statement.
Is it different in different languages, ie. C# and VB.
Thanks.
This may seem a very simple question to most people but just wanted to clear it up.
When program runs some code and comes to an IF statement where two (or more) boolean statements have to be true before it continues. If the first boolean statement is false, does the program continue to the ELSE statement, or does it still interrogate the second boolean statement.
Is it different in different languages, ie. C# and VB.
Thanks.