Skip to content

AlexeVasile/jbbmo-Introduction-to-Git-and-GitHub

 
 

Repository files navigation

Introduction to Git and GitHub

Simple Interest Calculator

This is a simple Bash script that calculates the simple interest based on the principal amount, annual rate of interest, and the time period in years.

Formula:

Inputs:

  • p: Principal amount
  • r: Annual rate of interest (in %)
  • t: Time period (in years)

Output:

  • The calculated simple interest value

© 2025 Alexe Vasile-Emilian

About

Introduction to Git and GitHub

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.2%
  • Shell 45.8%