Skip to content

Jetbrains project to calculate loan/credit using functions and command line argument

Notifications You must be signed in to change notification settings

SaranyaSasidharan13/Credit_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Credit_Calculator

Description Let's think about what a loan calculator should be able to do. In general, it takes several parameters like a loan principal and interest, calculates the values the user wants to know (for example, monthly payment or overpayment), and outputs them to the user. Let's compute all the parameters of the loan. There are at least two kinds of loan: those with annuity payment and those with differentiated payment.

Objective

  1. The user specifies all the known parameters with command-line arguments, and one parameter will be unknown. This is the value the user wants to calculate.
  2. Handling of invalid parameters. It's a good idea to show an error message if the user enters invalid parameters

About

Jetbrains project to calculate loan/credit using functions and command line argument

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages