We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83026bb commit e2a1c73Copy full SHA for e2a1c73
README.md
@@ -1,16 +1,16 @@
1
# Introduction to Git and GitHub
2
3
-## Simple Interest Calculator
+## Simple Interest Calculator
4
+A calculator that calculates simple interest given principal, annual rate of interest, and time period in years.
5
-A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
6
+### Input:
7
+- **P**: Principal amount
8
+- **T**: Time period in years
9
+- **R**: Annual rate of interest
10
+
11
+### Output:
12
+- **Simple Interest** = P × T × R
13
-```
-Input:
- p, principal amount
- t, time period in years
- r, annual rate of interest
-Output
- simple interest = p*t*r
14
```
15
16
-_© 2022 XYZ, Inc._
+_© 2025 XYZ, Inc._
0 commit comments