Changes

Jump to: navigation, search

C Sharp Flow Control with if and else

12 bytes removed, 20:16, 15 January 2008
Using if Statements Make Decisions
In previous chapters the ''if'' statement has been used in some examples. In this chapter of [[C Sharp Essentials|C# Essentials]] we are going to look at the ''if'' statements in a little more details.
== Using the if Statements Make Decisions Statement ==
The ''if'' statement is perhaps the most basic of flow control options available to the C# programmer. Programmers who are familiar with C, C++ or Java will immediately be comfortable using C# ''if'' statements.

Navigation menu