0
How do you reate a program for calculating simple intrest
3 Réponses
+ 3
reate? 🤨
+ 3
if you want to write program to calculate Simple Intrest.
Check this.
https://code.sololearn.com/cv0KD306qVUi/
+ 1
You should firsr try to write code by yourself after it if you have any problem then you can ask. Asking for entire code doesn't help you in learning.
For Hint- declare variables for rate, time and amout and write formula using arithmetic operators in programming.