Skip to content

Commit fe5a0c8

Browse files
authored
Update README.md
1 parent 83026bb commit fe5a0c8

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
# Introduction to Git and GitHub
2-
3-
## Simple Interest Calculator
1+
# This is the README.md file for the **github-final-project**
42

53
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
64

7-
```
85
Input:
96
p, principal amount
107
t, time period in years
118
r, annual rate of interest
129
Output
1310
simple interest = p*t*r
14-
```
15-
16-
_© 2022 XYZ, Inc._

0 commit comments

Comments
 (0)