Chapter 13. Making Decisions in Visual C# Code
Expanding the capability of if
statements using else
Evaluating an expression for multiple values using the switch
statement
In Hour 10, “Creating and Calling Methods,” you learned to separate code into multiple procedures so that they can be called in any order required. This technique goes a long way in organizing code, but you still need a way to selectively execute code procedures or groups of statements within a procedure. You can use decision-making techniques to accomplish this. Decision-making constructs are coding structures ...
Get Sams Teach Yourself Visual C# 2008 in 24 Hours: Complete Starter Kit now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.