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

Fix all issues #43

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

PramodToleti
Copy link

@PramodToleti PramodToleti commented Feb 14, 2023

Your checklist for this pull request

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

Detailed description

Fixed Addition not working #1

  • Fixed typo in the addition.py file
  • Replaced '*' with '+' to perform the addition operation

Fixed Greatest Common Divisor not working #2

  • Fixed issue in the gcd.py file
  • Imported math library to find the GCD of 2 numbers

Fixed Simple Interest Calculator gives wrong output #3

  • Fixed issue in the simple_interest.py file
  • Divided the product of principal, rate, and time by 100 to get the interest

Test plan (required)

Closing issues
closes #1
closes #2
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 Greatest Common Divisor Not working Addition not working
1 participant