In what circumstances would a programmer use if-then-else instead of if-then? Also, What is the advantage of using the switch statement over a series of if-then-elsestatements? Lastly,Why does my code not recognize the "if/else" lines and fall through to the "then" code line?