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 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 ```