Given the code fragment:
Which option represents the state of the num array after successful completion of the outer loop?
Given the following class declarations:
* public abstract class Animal
* public interface Hunter
* public class Cat extends Animal implements Hunter
* public class Tiger extends Cat
Which answer fails to compile?