zodiac sign

Simple Zodiac Sign Using If - Else Statement

Submitted by Jariza Danza Apal on
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

Age Identifier with Zodiac Sign

Submitted by janobe on
Today, I will teach you how to create an age identifier with a zodiac sign included in Visual Basic 2008. I made this for you to be able to identify what is your age with its corresponding zodiac sign. You don’t have to calculate anymore what will be your age in the future and you don’t need to search in the internet what is your zodiac sign if you don’t have any idea what is it.