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 all issues #62

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

Fixed all issues #62

wants to merge 5 commits into from

Conversation

thenethi
Copy link

@thenethi thenethi commented Feb 16, 2023

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 relavant issue for the PR, I have used closes #<issue number> to auto-close the issue once PR is merged.

Detailed description

  1. Fixed Multiplication with addition
  2. Defined a function for GCD by using a while loop
  3. Fixed interest formula by dividing with 100

Test plan (required)

1
2
3

Closing issues

closes #1
closes #2
closes #3

@thenethi thenethi changed the title Replaced multiplication operator with the addition operator Fixed all issues Feb 16, 2023
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