enum Animals { int age; LION, TIGER, DOG; } public class MainClass{ public static void main(String[] argv){ } } A. Legal B. Illegal