If Else

Simple Zodiac Sign Using If - Else Statement

This is a simple zodiac sign project where the system will tell you of your zodiac sign by inputting of your birth date. This is very easy to do project. Try this yourself and learn some new codes. Hope you learn from this. This is the full source code of the system. #include using namespace std; int main() { int a = 0; int date,month; start: cout > month; cout > date; if (month == 3 && date >= 21