Debugging Projects Manually

Learners will utilize print statements to find the value of a portion of code. Then use the divide and conquer approach to identify the error.
Learners will error handle through try and catch.
Learners will comment out blocks of code then add code line by line to locate the line of error.