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 6eaf9a0Copy full SHA for 6eaf9a0
README.md
@@ -1,7 +1,21 @@
1
+ GNU nano 6.2 README.md
2
# Introduction to Git and GitHub
3
4
## Simple Interest Calculator
5
6
+A calculator that calculates simple interest given princ>
7
+
8
+```
9
+Input:
10
+ p, principal amount
11
+ t, time period in years
12
+ r, annual rate of interest
13
+ [ Wrote 16 lines ]
14
+^G Help ^O Write Out ^W Where Is ^K Cut
15
+^X Exit ^R Read File ^\ Replace ^U Paste# Introduction to Git and GitHub
16
17
+## Simple Interest Calculator
18
19
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
20
21
```
0 commit comments