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

The formula of simple interest is not correct in the README.md file. #34897

Open
sght500 opened this issue Sep 16, 2024 · 0 comments
Open

The formula of simple interest is not correct in the README.md file. #34897

sght500 opened this issue Sep 16, 2024 · 0 comments

Comments

@sght500
Copy link

sght500 commented Sep 16, 2024

Description of the bug
The simple interest formula in the README.md file is incorrect. It's only multiplying the principal by the rate and the time.

To Reproduce
Steps to reproduce the behavior:

  1. Open the README.md file.
  2. See the current formula: simple interest = p*t*r
  3. It's missing the division by 100.

Expected behavior
The formula for simple interest in the README.md file should be simple interest = p*t*r/100

Screenshots
19  Screenshot of README md issue

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Brave
  • Version: v1.69.168

Additional context
I created this issue as part if the Final Project of the Course "Getting Started with Git and GitHub" at Coursera.

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 a pull request may close this issue.

1 participant