File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change 11# Introduction to Git and GitHub
22
3- ## Simple Interest Calculator
4-
5- A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
6-
7- ```
8- Input:
9- p, principal amount
10- t, time period in years
11- r, annual rate of interest
12- Output
13- simple interest = p*t*r
14- ```
15-
16- _ © 2022 XYZ, Inc._
3+ Simple Interest Calculator
4+ A comprehensive calculator that computes simple interest given principal amount, annual rate of interest, and time period in years.
5+ 📋 Description
6+ Simple Interest is calculated using the formula:
7+ Simple Interest = (Principal × Rate × Time) / 100
8+ Where:
9+
10+ Principal (P): The initial amount of money
11+ Rate (R): Annual interest rate (as a percentage)
12+ Time (T): Time period in years
You can’t perform that action at this time.
0 commit comments