Skip to content

aqibwaheed-pk/github-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

Usage

Run the script in a terminal:

bash simple-interest.sh

Follow the prompts to enter principal, rate, and time period.

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