Given:
Which two interfaces can be used in lambda expressions? (Choose two.)
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:
Which two lines of code when inserted in line 1 correctly modifies instance variables? (Choose two.)