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 6860ab4Copy full SHA for 6860ab4
README.md
@@ -1,8 +1,10 @@
1
+git add README.md
2
+git commit -m "Fix typo in README.md"
3
# Introduction to Git and GitHub
4
5
## Simple Interest Calculator
6
-A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
7
+A calculator that calculates simple interest given principal(p), annual rate of interest(r) and time period in years(t).
8
9
```
10
Input:
0 commit comments