Skip to content

Libertocrat/github-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Final Project - "Getting Started with Git and GitHub" Course, by IBM

A calculator that calculates simple interest given principal, annual rate of interest and time period in years.

Inputs:

  • p, principal amount
  • t, time period in years
  • r, annual rate of interest

Output:

  • simple interest = ptr

Usage

# Set execution permissions
sudo chmod +x ./simple-interest.sh

# Execute from repo main directory, and enter the input prompts
./simple-interest.sh

About

IBM's "Getting Started with Git and GitHub" final project

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors