Category:C: Difference between revisions

m
Line 45:
if (K == 3)
{
X = Y; //this line will be skipped if K doesn't equal 3.
X = Y;
}
Y = Z; //this is not part of the if statement. It will execute even if K doesn't equal 3.
1,489

edits