Skip to content

Repository files navigation

simple_interest_calculator

💰 Simple Interest Calculator (Python)

📌 Overview

This is a simple Python program that calculates Simple Interest based on user input.
It takes the principal amount, rate of interest, and time period as inputs and computes the interest using a standard formula.


🧮 Formula Used

Simple Interest (SI) is calculated using:

SI = (P × R × T) / 100

Where:

  • P = Principal amount
  • R = Rate of interest (per year)
  • T = Time (in years)

🚀 Features

  • Easy to use
  • Takes dynamic user input
  • Accurate calculation
  • Beginner-friendly Python code

🛠️ Technologies Used

  • Python 3

📂 Project Structure

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages