5.7:Making Decisions

条件分岐

You make decisions using the if...then...else control structure, or if you want to choose from a list of options using the switch control structure.

if...then ...elseコントロール構造を使うか、オプション一覧からswitchコントロール構造を選択すると、条件分岐による意思決定を行うことができます。