iamAnki / CPP-Programs-

Accepted for Hacktoberfest
39 stars 358 forks source link

Create Interest Calculator.cpp #661

Closed Kunal2007 closed 1 year ago

Kunal2007 commented 1 year ago

Added a interest calculator file to calculate the interest added and final amount from the principle, rate of interest and time added by the user. It has functionality to calculate both Simple Interest as well as Compound Interest based on user selection.