The PMT function

A) is the periodic interest rate, such as a monthly interest rate.
B) is the present value of a loan.
C) calculates the periodic payment for a loan with a fixed interest rate and fixed term.
D) is the total number of payment periods.

C

Computer Science & Information Technology

You might also like to view...

The IsNumeric function returns a(n) ____________________ type value.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the time complexity of the following program?

double a = 0; for (int x = 0; x <= 100; x++ ) { a += Math.random(); } a. O(1) b. O(100) c. O(N) d. This cannot be determined

Computer Science & Information Technology