Re: Question regarding "else if"

From: Stephen Brooker (stetar_at_yahoo.com)
Date: 03/26/04


Date: Fri, 26 Mar 2004 16:13:55 +1100

Nico Vrouwe wrote:

> Daah, typo.
> I meant: e=4, f=4; so e==f.
>
> No flames thank you ;)
>
> /Nico
>

Dodgy figures ;-)
Also look here: http://csharp-station.com/Tutorials/Lesson03.aspx
It really all depends on whether all three should be checked ALL the
time, or whether checking the second and third is somehow conditional
depending on the result of the first.
There is a big difference and you should really try to understand it.

S.