In Tynker or other block-based programming languages, it is not possible to create which of the following? (1 point) Responses conditional statement conditional statement switch switch variable variable syntax error syntax error

1 answer

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.