Branching Statement

Changing the flow of control in a program in response to some kind of input or calculated value is an essential part of programming language. C# provide the ability to change the flow of control, either unconditionally, by jumping to a new location in the code, or conditionally, by performing a test.

No comments:

Post a Comment