216k views
1 vote
What type of error results from an error in the formatting of the program code?

User Sanoodia
by
6.1k points

1 Answer

2 votes
I believe the answer is a syntax error. For example, in java if a semicolon is missed, a syntax error will be produced because the code cannot compile.
User TFAtTheMoon
by
5.2k points