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 64028c1Copy full SHA for 64028c1
.README.md.un~
1.41 KB
README.md
@@ -13,4 +13,4 @@ Output
13
simple interest = p*t*r
14
```
15
16
-_© 2022 XYZ, Inc._
+_© 2023 XYZ, Inc._
README.md~
@@ -0,0 +1,16 @@
1
+# Introduction to Git and GitHub
2
+
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
+ simple interest = p*t*r
+_© 2022 XYZ, Inc._
0 commit comments