Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Interest Calculator - Bash Script

This project is a simple Bash script that calculates Simple Interest based on user input.

📌 Description

The script takes three values from the user:

  • Principal amount
  • Rate of interest
  • Time (in years)

It then calculates Simple Interest using the formula:

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

▶️ How to Run

  1. Open a terminal.
  2. Clone this repository.
  3. Navigate to the directory.
  4. Run the script:
bash simple-interest.sh

Releases

Packages

Contributors

Languages