Informatics - Making a Main C++ Program to Run all the Calculator Program (week 11)
Hi everyone! So, in this blog I want to share to you about how I make a main C++ program to run all the financial calculator program. Financial calculator program is program that used to calculate financial problem based on users need. The goal of this program is user can calculate their financial problem by choosing one of the programs available. There will be interest rate, compound interest rate, cash flow, and moving average calculator inside of this financial calculator. Notes: - Interest rate is the percentage charged by a lender to a borrower for the use of money, or the percentage earned by an investor on their money over time. It is expressed as an annual percentage of the principal amount. - Compound interest rate is the rate at which interest is calculated not only on the initial principal amount but also on any accumulated interest from previous periods. This results in the interest "compounding" over time, which can grow the total amount much faster than simple ...