What is the best way to add another branch to this?
Thanks,
Cal
----------------------------------------------
if (expression) {
Expression_True_Statement;
Expression_True_Statement;
Expression_True_Statement;
} elsif (another_expression) {
Expression_Elseif_Statement;
Expression_Elseif_Statement;
Expression_Elseif_Statement;
} else {
Else_Statement;
Else_Statement;
Else_Statement;
}
----------------------------------------
In the begining
Let us first assume that there was nothing to begin with.