Sign Finder
Sign Finder accepts the day and month of a person’s birth and returns the person’s Zodiac sign
In formulating the logic of the computation, specify the inputs and outputs first
- Input: A month and a day
- Output: The name of the Zodiac sign
Since the GUI is the source
of the input and the display for the output, it can be designed at this point too