Chapter 2: Basic Flowchart Components
- Flowchart Symbols:
- Oval: Start/End of the program.
- Parallelogram: Input/Output operations.
- Rectangle: Process or action (e.g., variable assignments).
- Diamond: Decision point (conditional logic).
- Arrow: Indicates the flow of the program.
- Simple Flowchart Example:
A basic flowchart example that reads two numbers from the user and displays their sum. - Creating a Flowchart in RAPTOR:
Step-by-step guide on how to create and save a basic flowchart in RAPTOR.