In block-based programming languages like Tynker, it is generally not possible to create a "switch" statement directly. While you can create conditional statements using "if" and "else" blocks, a "switch" statement, which is typically used in text-based programming languages to handle multiple conditions, may not have a direct equivalent in block-based environments.
So the correct answer from your list would be switch.