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 729ceb2 commit 22849e6Copy full SHA for 22849e6
README.md
@@ -1 +1,16 @@
1
# 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