how to find errors in program for beginners?
Answers
Answered by
0
....
Answer:
dont no sorry
ay
duxflgicgdxgdiftxuzhxuxiffifi
Answered by
1
Errors are the problems or the faults that occur in the program, which makes the behavior of the program abnormal, and experienced developers can also make these faults. Programming errors are also known as the bugs or faults, and the process of removing these bugs is known debugging.There are three kinds of errors: syntax errors, runtime errors, and logic errors.the following techniques to find and eliminate logical errors:
Test the program on simple cases for which the result of the program is known.
Break down the program into a sequence of basic steps and independently test each component.
Similar questions