Skip to content

fanyicharllson/github-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Simple Interest Calculator

Project Name

Simple Interest Calculator

Description

A simple interest calculator built using Bash scripting. This tool allows users to compute simple interest based on three input fields: principal amount, rate of interest, and time period.

Formula

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

Input Fields

  • Principal – The initial amount of money
  • Rate of Interest – The annual interest rate (in percentage)
  • Time Period – The duration (in years)

Usage

bash simple-interest.sh

Example

Enter Principal: 1000
Enter Rate of Interest: 5
Enter Time Period (in years): 3
Simple Interest = 150.00

Files

File Description
simple-interest.sh Bash script for the calculator
README.md Project documentation
LICENSE Apache 2.0 License
CODE_OF_CONDUCT.md Community code of conduct
CONTRIBUTING.md Contribution guidelines

License

This project is licensed under the Apache 2.0 License.

Contributing

We welcome all contributions! Please read CONTRIBUTING.md for details.

About

A Bash script to compute simple interest based on principal, rate, and time period

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages