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

Simple Interest Calculator #30

Closed
Manas-K-Patil opened this issue Oct 3, 2020 · 6 comments · Fixed by #46
Closed

Simple Interest Calculator #30

Manas-K-Patil opened this issue Oct 3, 2020 · 6 comments · Fixed by #46
Assignees
Labels
enhancement New feature or request

Comments

@Manas-K-Patil
Copy link

Manas-K-Patil commented Oct 3, 2020

Todo

  • Create a file for the simple interest calculator function

  • Here, in this function, take the following things :
    principle, rate, and time.
    then, make a program to calculate the simple interest by using the following formula :
    (principle * time * rate)/100

Example

for example
principle :- 10000
rate :- 5%
time :- 5years

then, the output must be = 2500

Important

  • Guidelines for adding new functions are clearly mentioned in the contributing guidelines.

  • Screenshots of the output needs to be added along with the PRs for quicker merges.

  • If any queries, discuss it in the issue thread.

@Manas-K-Patil Manas-K-Patil added the enhancement New feature or request label Oct 3, 2020
@Manas-K-Patil
Copy link
Author

can i work on this

@tan1404may
Copy link
Contributor

can i work on this??

@tejasmorkar
Copy link
Contributor

@Manas-K-Patil you've been assigned with other issues. Is it fine if this one is assigned to @tan1404may ?

@Manas-K-Patil
Copy link
Author

ok sir no problem.

@Manas-K-Patil
Copy link
Author

@tan1404may you can ask me if there is any problem as i have written the code for this

@tan1404may
Copy link
Contributor

@Manas-K-Patil sure i really appreciate it.

@SuyashSonawane SuyashSonawane linked a pull request Oct 5, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants