1z1-819 Exam Question 36

Given the formula to calculate a monthly mortgage payment:

and these declarations:

How can you code the formula?
  • 1z1-819 Exam Question 37

    Which two are functional interfaces? (Choose two.)
  • 1z1-819 Exam Question 38

    Given the code fragment:

    What is the result?
  • 1z1-819 Exam Question 39

    Given:

    What is the result?
  • 1z1-819 Exam Question 40

    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.)