Question: I need this in C programming. I'm not sure how to write this code as a function type. I'm also using Microsoft visual studio to

I need this in C programming. I'm not sure how to write this code as a function type. I'm also using Microsoft visual studio to run the program.
When you borrow money to buy a house, a car, or for some other purposes, then you typically repay it by making periodic payments. Suppose that the loan amount is L, r is the interest rate per year, m is the number of payments in a year, and the loan is for t years. Suppose that i /m) and r is in decimal. Then the periodic payment is: 6. Li You can also calculate the unpaid loan balance after making certain payments. For example, the unpaid balance after making k payments is: where R is the periodie payment. (Note that if the payments are monthly, then m 12.) 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
