C
Charles Law
This is a very basic question, but I can' turn up a statement on the
subject:
In C#, if I have
If (x == 1 && y == 2)
{
....
}
Suppose x is not equal to 1, does the logical test for y == 2 still get
executed?
TIA
Charles
subject:
In C#, if I have
If (x == 1 && y == 2)
{
....
}
Suppose x is not equal to 1, does the logical test for y == 2 still get
executed?
TIA
Charles