Site MapHelpFeedbackChapter Objectives
Chapter Objectives
(See related pages)

After studying this chapter, you will be able to:

Use if statements to control the flow of logic.

Understand and use nested if statements.

Read and create action diagrams that illustrate the logic in a selection process.

Evaluate conditions using the relational operators.

Combine conditions using logical operators.

Test the Checked property of radio buttons and check boxes.

Perform validation on numeric fields using if statements.

Use a switch structure for multiple decisions.

Use one event handler to respond to the events for multiple controls.

Call an event handler from other methods.

Create message boxes with multiple buttons and choose alternate actions based on the user response.

Debug projects using breakpoints, stepping program execution, and displaying intermediate results.







Programming in Visual C# 2005Online Learning Center

Home > Chapter 4 > Chapter Objectives