The function =PMT(C5,C7,-C3) is stored in cell C15. What must be stored in cell C5?

What will be an ideal response?


Periodic interest rate

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The scope of a variable declared in a for loop's initialization expression always extends beyond the body of the loop. 2. If you want to stop a loop before it goes through all of its iterations, the break statement may be used. 3. You may not use both break and continue statements within the same set of nested loops. 4. The condition that is tested by a while loop must be enclosed in parentheses and terminated with a semicolon.

Computer Science & Information Technology

In a multi-catch (introduced in Java 7) the exception types are separated in the catch clause by the __________ symbol.

a. * b. ? c. | d. &

Computer Science & Information Technology

On Wikipedia, contributors may post and edit articles anonymously, in which case the author is only identified by _____.?

A. ?the IP address of their connection to the Internet B. ?the city and state where they reside C. ?a nickname D. ?a biometric signature, like a scanned thumbprint

Computer Science & Information Technology

Which of the following is not a data type?

A. Number B. Formula C. Date/Time D. Text

Computer Science & Information Technology