echo " Enter the principle value: "
read p
echo " Enter the rate of interest:"
read r
echo " Enter the time period:"
read t
s=expr $p \* $t \* $r / 100
echo " The simple interest is "
echo $s
-
Notifications
You must be signed in to change notification settings - Fork 0
License
ParthMistry708git/github-final-project
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Code of conduct
Contributing
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published