Sign Finder
v Sign Finder accepts the day and month of a person’s
birth and returns the person’s Zodiac sign
v In formulating the logic of the computation, specify
the inputs and outputs first
o Input: A month and a day
o Output: The name of the Zodiac sign
The GUI is the source
of the input and the display
for the output.  We’ll design it
at this point too.