Skip to content

inf20001-byui/interest-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Overview

This is a program I wrote to learn C#. I took the concept of calculating interest to do this. In this program, you can calculate simple interest (car loans, mortgages, etc) and also compound interest (credit cards, investments). The compound interest calculator will also display a yearly amortization table showing how interest acures each year.

After you have .Net installed you can run this application by:

  • Building a new application in the console by typing "dotnet new console -0 application name"
  • Running "code ." in the folder you named your application
  • Entering "donet run"

Software Demo Video

Development Environment

  • Visual Studio Code
  • .Net 7.0 SDK Download Here
  • C# for Visual Studio Code Extension
  • Code Runner v0.12.0
  • Git / GitHub

Useful Websites

Future Work

A list of things that I need to fix, improve, and add in the future:

  • Adding the ability to compare / contrast two different loans or investments.
  • Ability to save the results to a file (probably pdf)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages