Skip to content

Commit 64028c1

Browse files
committed
Bug Fix Typo
1 parent 83026bb commit 64028c1

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.README.md.un~

1.41 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Output
1313
simple interest = p*t*r
1414
```
1515

16-
_© 2022 XYZ, Inc._
16+
_© 2023 XYZ, Inc._

README.md~

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
13+
simple interest = p*t*r
14+
```
15+
16+
_© 2022 XYZ, Inc._

0 commit comments

Comments
 (0)