Many things can go wrong while compiling and running a computer program. These problems typically fall into one of three groups: Syntax Errors, Logic Errors, and Runtime Errors. In this section we’ll explore the things that might go wrong while a program is running and how to handle them. We’ll also investigate the opening, closing and reading of files, and the potential problems that must also be handled.