// // Written by () // on #include // This year corresponds to the Rat. #define MIN_YEAR 1900 // Enum defining the different zodiac ANIMALS enum zodiac_animal { RAT, OX, TIGER, RABBIT, DRAGON, SNAKE, HORSE, GOAT, MONKEY, ROOSTER, DOG, PIG }; int main(void) { printf("Enter the year of your birth: "); //TODO complete the program: return 0; }