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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Simple Interest Calculator

A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
A calculator that we can use to calculate simple interest given principal, annual rate of interest and time period in years.

```
Input:
Expand Down
2 changes: 0 additions & 2 deletions simple-interest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
# t, time period in years
# r, annual rate of interest

# Output:
# simple interest = p*t*r

echo "Enter the principal:"
read p
Expand Down
Loading