How do you reate a program for calculating simple intrest | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you reate a program for calculating simple intrest

31st Oct 2019, 12:20 AM
Samuel Martey
Samuel Martey - avatar
3 Answers
+ 3
reate? 🤨
31st Oct 2019, 12:59 AM
Absolute Zero ϟ
Absolute Zero ϟ - avatar
+ 3
if you want to write program to calculate Simple Intrest. Check this. https://code.sololearn.com/cv0KD306qVUi/
31st Oct 2019, 1:02 AM
Absolute Zero ϟ
Absolute Zero ϟ - avatar
+ 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.
31st Oct 2019, 2:42 AM
Vijay Meena