Day Finder
Given the interval (Zodiac Range) find the user’s birthday by asking a series of yes/no questions
Objectives
- Create a non-trivial VB application
- Create a dialog using Click events
- Understand how to express complex logic with conditionals
- Transfer an abstract algorithm into a practical program
- Increase familiarity with the details of binary search