News

Program errors There are three different types of error that can occur when we are writing programs – syntax errors, run time errors and logic errors.
A program will not run if it has syntax errors. Any such errors must be fixed first. A good integrated development environment (IDE) will usually point out any syntax errors to the programmer ...