The Zodiac Sign Finder is a Java console application that determines a person's zodiac sign based on their birth date. Users can input their date of birth in a "Date/Month" format, and the program will output the corresponding zodiac sign.
- Simple and user-friendly console interface.
- Accurate zodiac sign determination based on date and month of birth.
- Input validation for incorrect or invalid date formats.
- Make sure Java is not just a type of coffee but also installed on your system.
- Clone the repository (no, not with sheep, with Git!):
git clone https://github.com/Jibin-Gigi/Zodiac-Sign-Finder.git
- Navigate to the directory where you cloned the repo (use your compass if lost):
cd ZodiacSignFinder
- Compile the Java program (no, it won’t compile coffee beans):
javac ZodiacSignFinder.java
- Run the compiled program
java ZodiacSignFinder
- Follow the on-screen prompt and enter your Date of Birth in “Date/Month” format (e.g., 08/May).
Please don't enter the year; we don't want to know how old you are! 🙈
Got ideas to make this even more fun? Fork it, tweak it, and send it back with a pull request. We love collaboration more than a Libra loves… well, everything.