Table of Contents
A Compound Interest Calculator. In this program the user will enter figures regarding the investment and will be able to calculate a compounded interest value over a certain period.
The following topics are covered: User Input
, Math Class
and For loops
.
Setting up your project locally. To get a local copy up and running follow these simple example steps.
This is a list of requirements you need in order to setup .NET locally.
.NET SDK (version 6.0 or later recommended)
Any IDE that supports .NET development (e.g., Visual Studio, VS Code with C# plugin)
A step-by-step series of instructions that tell you how to get a development environment running.
- Clone the repo
git clone
- Navigate to the project directory:
cd Calculator
- Build the project:
dotnet build
This will compile the application and any dependencies.
How to run the application:
dotnet run