From a734955688ecdec4c3dc6d04f59e52486eef0b66 Mon Sep 17 00:00:00 2001 From: kundanbedmutha Date: Thu, 28 Aug 2025 21:34:50 +0530 Subject: [PATCH 1/2] Fixed typo in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..e1fad78c21 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ ## Simple Interest Calculator -A calculator that calculates simple interest given principal, annual rate of interest and time period in years. +A Calculator that calculates Simple interest given principal, annual rate of interest and time period in years. ``` Input: p, principal amount t, time period in years r, annual rate of interest + Output simple interest = p*t*r ``` From cf71d823ca050a6f1d899245eda14ca34ee302ae Mon Sep 17 00:00:00 2001 From: kundanbedmutha Date: Thu, 28 Aug 2025 21:40:08 +0530 Subject: [PATCH 2/2] feature Commit --- Feature.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Feature.txt diff --git a/Feature.txt b/Feature.txt new file mode 100644 index 0000000000..88120ce048 --- /dev/null +++ b/Feature.txt @@ -0,0 +1,10 @@ +1. Add a user-friendly interface for better navigation. +2. Implement a search functionality to quickly find files or content. +3. Enable version control to track changes and revisions. +4. Include collaboration tools for team-based projects. +5. Provide detailed documentation for ease of use. +6. Add support for multiple file formats. +7. Implement security features to protect sensitive data. +8. Optimize performance for faster loading and processing. +9. Include a feedback mechanism for user suggestions. +10. Ensure compatibility across different platforms and devices. \ No newline at end of file