subject

C++: The Monthly payment on a loan may calculate by the following formula (image attached)/

- Rate is the monthly interest rate, which is the annual interest rate divided by 12. (A

12 percent annual interest would be 1 percent monthly interest.)

- N is the number of payments

- L is the amount of the loan.

My current attempt is attached as the 3rd image, but it does not get the correct result. Guidance on what to do would be appreciated.


C++:

The Monthly payment on a loan may calculate by the following formula (image attached)/- Rate
C++:

The Monthly payment on a loan may calculate by the following formula (image attached)/- Rate
C++:

The Monthly payment on a loan may calculate by the following formula (image attached)/- Rate

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:30
What “old fashioned” features of checking accounts is p2p replacing
Answers: 3
question
Computers and Technology, 22.06.2019 07:20
Write a pseudocode solution for each of these problems. 1. design a while loop that lets that user enter a number. the number should be multiplied by 10, and the result stored in a variable named product. the loop should iterate as long as product contains a value less than 100. 2. design a do-while loop that asks the user to enter two numbers. the numbers should be added and the sum displayed. the loop should ask the user whether he or she wishes to perform the operation again. if so, the loop should repeat; otherwise it should terminate. 3. design a for loop that displays the following set of numbers: 0, 10, 20, 30, 40, 50 100. 4. design a nested loop that displays 10 rows of # characters. there should be 15 # characters in each row. 5. convert this for loop to a while loop. declare integer count for count = 1 to 50 display count end for 6. find the error in the following pseudocode. declare boolean finished = false declare integer value, cube while not finished display “enter a value to be cubed.” input value; set cube = value ^ 3 display value, “ cubed is “, cube end while
Answers: 2
question
Computers and Technology, 22.06.2019 11:20
The kurt vonnegut commencement speech, the neiman-marcus chocolate chip cookie recipe, and the get-well emails to the dying boy are examples of select one: a. social engineering b. hoax emails c. email viruses d. worms
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
To check whether your writing is clear , you can
Answers: 2
You know the right answer?
C++: The Monthly payment on a loan may calculate by the following formula (image attached)/
<...
Questions
question
History, 20.08.2021 18:30
question
Mathematics, 20.08.2021 18:30
Questions on the website: 13722363