Question: Please use C language QUESTION 2 Total interest amount = loan amount + (loan amount interest rate number of years) a) Write a function definition
Please use C language 
QUESTION 2 Total interest amount = loan amount + (loan amount interest rate number of years) a) Write a function definition named calcTotinterest() that receives loan amount, interest rate and number of years. The function will calculate and return the total interest amount, based on the formula given above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
