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