codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Simple Interest Calculator #162

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of article

Write a Java programme to calculate simple interest.

Additional information

P : Principle Amount T : Time Period R : Rate of Interest

Enter P : 5000
Enter T : 10
Enter R : 5

Simple Interest : 2500

Code of Conduct

Anzo52 commented 2 years ago

I have this one ready.

harshraj8843 commented 2 years ago

Thanks for your contributions to this project 👍

Anzo52 commented 2 years ago

Thanks for your contributions to this project +1

My pleasure! Thank you for the opportunity.

harshraj8843 commented 2 years ago

Thanks for your contributions to this project +1

My pleasure! Thank you for the opportunity.

Anything you wanna suggest to improve this project, based on your experience 😃