Given the code fragment:
Which option represents the state of the num array after successful completion of the outer loop?
Given the following array: Which two code fragments, independently, print each element in this array?

Given:
And given the code fragment:
Book book1 = new EBook();
book1.readBook();
Which option enables the code to compile?