Skip to content

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

 
 

Repository files navigation

📘 Introduction to Git and GitHub

💰 Simple Interest Calculator

This is a simple web-based calculator that computes Simple Interest based on the user’s input of:

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

🧮 Formula

Simple Interest = p × t × r

📥 Input

  • p → Principal amount (e.g., ₹1000)
  • t → Time in years (e.g., 2)
  • r → Annual rate of interest (e.g., 0.05 for 5%)

📤 Output

  • The calculated simple interest based on the provided inputs.

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%