Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed simple interest expression #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

himanshu22500
Copy link

Your checklist for this pull request

  • I have committed only those files that are required.
  • I have tried commit messages concise and reflective of the code committed.
  • I have used a branch name reflective of the issue.
  • If there is relevant issue for the PR, I have used closes #<issue number> to auto-close the issue once PR is merged.

Detailed description
Simple interest expression was missing division by 100. I added division by hundred in expression

Test plan (required)

  • We can take any set 3 positive integers and it will produce the right output

Closing issues

closes #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simple Interest Calculator gives wrong output
1 participant