Oracle
1Z0-815 · Question #6
1Z0-815 Question #6: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-815 to reveal the answer and full explanation for question #6. The question stem and answer options stay visible for context.
Question
Given the formula to calculate a monthly mortgage payment: and these declarations: How can you code the formula?
Options
- Am = p * (r * Math.pow(1 + r, n) / (Math.pow(1 + r, n) - 1));
- Bm = p * ((r * Math.pow(1 + r, n) / (Math.pow(1 + r, n)) - 1));
- Cm = p * r * Math.pow(1 + r, n) / Math.pow(1 + r, n) - 1;
- Dm = p * (r * Math.pow(1 + r, n) / Math.pow(1 + r, n) - 1);
Unlock 1Z0-815 to see the answer
You've previewed enough free 1Z0-815 questions. Unlock 1Z0-815 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.