Case 13-1
Matt, a financial consultant, is auditing a friend's document.
Matt wants to calculate the amount of loan payments his friend needs to make on certain loans. He enters the data regarding interest and total principal in the worksheet. Which of the following functions should Matt use to calculate this?
A. ?SUM
B. ?PMT
C. ?CONVERT
D. ?AVERAGE
Answer: B
You might also like to view...
Analyze the following program.
``` public class Test { public static void main(String[] args) { try { String s = "5.6"; Integer.parseInt(s); // Cause a NumberFormatException int i = 0; int y = 2 / i; System.out.println("Welcome to Java"); } catch (Exception ex) { System.out.println(ex); } } }``` a. An exception is raised due to Integer.parseInt(s); b. An exception is raised due to 2 / i; c. The program has a compile error. d. The program compiles and runs without exceptions.
To help keep your table accessible, include only the ______ attribute in the start