var numbers = List.of(0,1,2,3,4,5,6,7,8,9);
You want to calculate the average of numbers. Which two codes will accomplish this? (Choose two.)

Given:
Examine these requirements:
* Eliminate code duplication.
* Keep constant the number of methods other classes may implement from this interface.
Which method can be added to meet these requirements?
Given:
When run and all three files exist, what is the state of each reader on Line 1?