Skip to content

GriffithCoder/coursera-githubcourse-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Simple Interest Calculator

A calculator that calculates simple interest given principal, annual rate of interest, and time period in years.

Input

  • p: Principal amount
  • t: Time period in years
  • r: Annual rate of interest

Output

  • Simple Interest = p * t * r / 100

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