Skip to content

Commit 22849e6

Browse files
Update README.md
1 parent 729ceb2 commit 22849e6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# Readme
2+
# Simple Interest Calculator
3+
4+
This project is a simple shell script that calculates the simple interest based on user input.
5+
The user provides:
6+
- Principal amount
7+
- Rate of interest
8+
- Time duration
9+
10+
The script then calculates the interest using the formula:
11+
12+
## Author
13+
Ahmed Alyasergy
14+
15+
## License
16+
This project is licensed under the Apache 2.0 License.

0 commit comments

Comments
 (0)