Debugging

Definition: Finding and removing errors in your program is called debugging.  While developing the solution to a program , it’s always a good practice to test your program by running it to ensure that the code runs as you intended. If it does not, you try to determine what caused the error and modify your … Continue reading Debugging