Saved Bookmarks
| 1. |
Write a program that implements a user defined function that accepts Principal Amount, Rate, Time, Number of Times the interest is compounded to calculate and displays compound interest.(Hint: CI = ((P*(1+R/N))NT) |
|
Answer» Write a program that implements a user defined function that accepts Principal Amount, Rate, Time, Number of Times the interest is compounded to calculate and displays compound interest. (Hint: CI = ((P*(1+R/N))NT) |
|