Skip to content

cigddemakcan/github-final-project

 
 

Repository files navigation

Introduction to Git and GitHub

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

Project Details

This repository contains a Bash script named simple-interest.sh.

The script asks the user to enter the principal amount, annual rate of interest, and time period in years. Then it calculates and displays the simple interest.

How to Run

bash simple-interest.sh

About

Introduction-to-Git-and-GitHub

Resources

License

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 66.8%
  • Shell 33.2%