The if Statement

if ( condition )

{ do this if true }

else

{ do this if false }

Alternative Approach