Congratulations!
The Binary Search project is done!!
REFLECT: This is a significant accomplishment
- Understand a fundamental algorithm -- Binary Search
- Understand how to translate an algorithm into a program
- Have encoded the solution in VB6, showing that you know:
- Declaring variables and their types
- Assignment and expressions
- Conditionals (If-Then-Else)
- Event Handlers
- Getting it working also shows skill in trouble-shooting and debugging