We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
README.md
To Reproduce Steps to reproduce the behavior:
simple interest = p*t*r
Expected behavior The formula for simple interest in the README.md file should be simple interest = p*t*r/100
simple interest = p*t*r/100
Screenshots
Desktop (please complete the following information):
Additional context I created this issue as part if the Final Project of the Course "Getting Started with Git and GitHub" at Coursera.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
README.md
file.simple interest = p*t*r
Expected behavior
The formula for simple interest in the
README.md
file should besimple interest = p*t*r/100
Screenshots
Desktop (please complete the following information):
Additional context
I created this issue as part if the Final Project of the Course "Getting Started with Git and GitHub" at Coursera.
The text was updated successfully, but these errors were encountered: