Programming visually with a flowchart allows the student to focus on the logic of their solution rather than the syntax of a written program. Flowol supports many programming elements:
- Sequences of instructions
- Branching using decisions
- Loops (infinite, or based on a condition or count)
- Variables and simple variable manipulation
- Sub-procedures (parameters optional)
- Multiple parallel threads
No comments:
Post a Comment