subject

Write a program that prompts the user to input the values of l, r, m, t, and k. the program then outputs the appropriate values. your program must contain at least two functions, with appropriate parameters, to calculate the periodic payments and the unpaid balance after certain payments. make the program menu driven and use a loop so that the user can repeat the program for different values. example of expected output: enter (y/y) to find the periodic payment and unpaid balance after certain payments: y enter the loan amount: 2 enter the interest rate per year as a percentage: 2.75 enter the number of payments per year: 12 enter the number of years for the loan: 30 the periodic payment is: 81.65 enter the number of payments made: 20 the unpaid balance after 20 payment(s) is : 19267.89 enter (y/y) to find the periodic payment and unpaid balance after certain payments: n format your output with setprecision(2) to ensure the proper number of decimals for testing!

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:20
Your program will make use of long long int variables for all calculations. note: the use of long long int requires that you have c++11 support. you should have this automatically if you are using a newer version of visual studio. the support is there for gcc as well, but you may need the -std=c++11 or -std=c++0x compiler flag. you first need to read in the total number of seconds. there is no prompt for the read (that is, you just do the cin without using a cout to display a prompt). this is going to seem a little strange when you are running your program in your ide
Answers: 2
question
Computers and Technology, 22.06.2019 13:00
Which option should u select to ignore all tracked changes in a document
Answers: 1
question
Computers and Technology, 23.06.2019 07:50
Most shops require the technician to enter a starting and ending time on the repair order to track the actual time the vehicle was in the shop and closed out by the office. this time is referred to as _ time ? a. comeback b. ro c. cycle d. lead
Answers: 1
question
Computers and Technology, 23.06.2019 13:30
Me ! evelyn is a manager in a retail unit. she wants to prepare a report on the projected profit for the next year. which function can she use? a. pmt b. round c. division d. what-if analysis
Answers: 2
You know the right answer?
Write a program that prompts the user to input the values of l, r, m, t, and k. the program then out...
Questions
question
Mathematics, 01.07.2019 15:30
question
Mathematics, 01.07.2019 15:30
Questions on the website: 13722363