James is writing a program in C++ and forgets to put curly braces where they are supposed to be. James will see a message about which of the following when the program is run?
Group of answer choices

database error

variable error

binary error

syntax error

Respuesta :

Answer:

variable error

Explanation:

That would be a Syntax Error. The command’s syntax was incorrect because he was missing the curly braces.
ACCESS MORE