-
Notifications
You must be signed in to change notification settings - Fork 122
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
Simple Interest Calculator gives wrong output #3
Open
Comments
4 tasks
4 tasks
4 tasks
4 tasks
4 tasks
I would like to solve this, |
4 tasks
4 tasks
Open
4 tasks
Open
4 tasks
4 tasks
Open
4 tasks
Open
4 tasks
4 tasks
Open
4 tasks
4 tasks
Open
4 tasks
4 tasks
4 tasks
Closed
4 tasks
4 tasks
Open
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I use the
simple_intereset.py
to find the greatest common divisor of two numbers, it is not giving the correct output.To Reproduce
Steps to reproduce the behavior:
python simple_interest.py
principal = 10000
,annual interest=10%
, andyears = 1
.1,00,000.0
Expected behavior
The answer should be 1000.
Screenshots
The text was updated successfully, but these errors were encountered: