Welcome to Westonci.ca, the place where your questions find answers from a community of knowledgeable experts. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

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


Sagot :

Answer:

variable error

Explanation:

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