Skip to content

Commit 66ab3de

Browse files
Fix typo in README
1 parent 83026bb commit 66ab3de

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

README.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,70 @@ Output
1414
```
1515

1616
_© 2022 XYZ, Inc._
17+
18+
# Introduction to Git and GitHub
19+
20+
## Simple Interest Calculator
21+
22+
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
23+
24+
```
25+
Input:
26+
p, principal amount
27+
t, time period in years
28+
r, annual rate of interest
29+
Output
30+
simple interest = p*t*r
31+
```
32+
33+
_© 2022 XYZ, Inc._
34+
# Introduction to Git and GitHub
35+
36+
## Simple Interest Calculator
37+
38+
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
39+
40+
```
41+
Input:
42+
p, principal amount
43+
t, time period in years
44+
r, annual rate of interest
45+
Output
46+
simple interest = p*t*r
47+
```
48+
49+
_© 2022 XYZ, Inc._
50+
51+
# Introduction to Git and GitHub
52+
53+
## Simple Interest Calculator
54+
55+
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
56+
57+
```
58+
Input:
59+
p, principal amount
60+
t, time period in years
61+
r, annual rate of interest
62+
Output
63+
simple interest = p*t*r
64+
```
65+
66+
_© 2022 XYZ, Inc._
67+
68+
# Introduction to Git and GitHub
69+
70+
## Simple Interest Calculator
71+
72+
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
73+
74+
```
75+
Input:
76+
p, principal amount
77+
t, time period in years
78+
r, annual rate of interest
79+
Output
80+
simple interest = p*t*r
81+
```
82+
83+
_© 2022 XYZ, Inc._

0 commit comments

Comments
 (0)