Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Interest Calculator

Project Description

This project contains a Bash script to calculate Simple Interest based on user-provided values.

The script accepts the following inputs:

  • Principal amount
  • Rate of interest
  • Time period

It then calculates the simple interest using the formula:

Simple Interest = (Principal × Rate × Time) / 100

Files in this Repository

  • README.md – Project overview.
  • LICENSE – Apache 2.0 License.
  • CODE_OF_CONDUCT.md – Community code of conduct.
  • CONTRIBUTING.md – Contribution guidelines.
  • simple-interest.sh – Bash script to calculate simple interest.

Author

Created as part of the IBM Introduction to Git and GitHub Final Project.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages