Changes

Jump to: navigation, search

C Sharp Flow Control with if and else

4 bytes added, 18:29, 15 January 2008
Using if ... else .. to Make Decisions
== Using if ... else .. to Make Decisions ==
The next variation of the ''if'' statement allows us to also specify some code to perform if the expression in the ''if'' statement evaluates to ''false''. The syntax for this construct is as follows:
'''Ifif''' (''boolean expression'')
{

Navigation menu