There is an if block that can be extended indefinitely with “else ifs”, and there is an if else block that can detect when a condition either is or isn’t met. Is there such thing as a block that works as a combination of the two, where it checks for multiple ifs, and also an else? Ex: