Find zodiac sign using c# winforms (OOP)
Write a zodiac program should determine the zodiac sign under which a person was born. Each entry must contain: initials and surname, date of birth, zodiac sign.
Provide input from the keyboard (from a file) of data about a person;
ensure the display of information about people who were born under the sign, whose name is entered from the keyboard;
ensure the display on the monitor screen of information about the person whose surname is entered from the keyboard;
ensure the display of information about people who were born in the month, whose value is entered from the keyboard;
Example: you enter data, for example, your name, your date of birth, and this is entered into a list, which can then be saved. Or you already have a data file and it reads them and determines the zodiac sign.