Skip to content

SimonDevJS/github-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Simple Interest Calculator

This calculator determines the simple interest earned on a principal amount over a given time period at a specific annual interest rate.


Input:

  • p: Principal amount (the initial amount of money)
  • t: Time period (in years)
  • r: Annual rate of interest (as a decimal, e.g., for 5% use 0.05)

Output:

The formula for simple interest is:

$$\text{Simple Interest} = p \times t \times r$$

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages