A syntax error occurs when we make a mistake in our coding, such as forgetting a semicolon to indicate the end of a statement. A logic error is harder to find. This occurs when we have all the correct syntax but we coded a portion of the program with an error, such as maybe, divide by zero. https://www.linkedin.com/learning/learning-java-8/debugging-logic-and-syntax-errors#:~:text=A%20syntax%20error%20occurs%20when,as%20maybe%2C%20divide%20by%20zero.
Mostly syntax errors and I am able to correct by debugging.
By continuing to help me get better with coding.
forcing errors to be reported to the user. With a debugger, you can also set breakpoints, and examine variables while the code is executing.
places where code execution can be stopped
a stack data structure that stores information about the active subroutines of a computer program