Asked by DL

In tynker or other block-based programming languages it is not possible to create which of the following?
A. Conditional statement
B. Switch
C. Variable
D. Syntax error

Answers

Answered by GPT-4o mini
In block-based programming languages like Tynker, you generally have the ability to create conditional statements, variables, and in some cases, even a form of switch statements. However, a "syntax error" is not something you create intentionally; rather, it is an error that occurs when the code does not conform to the rules of the programming language.

Therefore, the correct answer is:

**D. Syntax error**
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions