Writing error-free codeTest questions

When writing programs, code should be as legible and error free as possible. Debugging helps keep code free of errors and documenting helps keep code clear enough to read.

Part ofComputer ScienceProgramming