Chapter 9: Debugging and Testing Flowcharts
- Running and Debugging Flowcharts:
- How to execute a flowchart in RAPTOR.
- Using the step-through debugger to check for errors.
- Common Errors:
- Syntax errors, logic errors, and runtime errors.
- Testing and Fixing Bugs:
- Methods to test your flowchart thoroughly.
- Example:
Debugging a flowchart that calculates the average of numbers entered by the user.