Since we plan on having more than one power-up, it’s a good time to explore the use of a switch statement instead of our If/Else statements. What is a Switch Statement and how does it differ from an If/Else? The main difference is that an if/else can be used for making decisions based the parameters that it’s evaluating and a switch checks against…