...

/

Summary: Debugging Interlude—Debugging Loops

Summary: Debugging Interlude—Debugging Loops

This lesson is a quick summary of this chapter.

We'll cover the following...
  • Testing a program is related to debugging its logic.
  • To fully test a program, we should try all possible paths through its logic.
  • When a program requires input data, the test
...