Skip to content

varadRN/mcino-Introduction-to-Git-and-GitHub

 
 

Repository files navigation

Simple Interest Calculator

This project is a simple interest calculator written using a Bash script.
It calculates simple interest based on the following inputs:

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

The formula used is:

About

Introduction-to-Git-and-GitHub

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.2%
  • Shell 28.8%