Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Feature.txt
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down