Computer Science, asked by pratikshajawle70, 11 months ago

write a program to calculate simple interest taking input from user with explanation​

Answers

Answered by harshrajsingh567
0

Answer:

Step by step descriptive logic to calculate simple interest.

Input principle amount in some variable say principle .

Input time in some variable say time .

Input rate in some variable say rate .

Find simple interest using formula SI = (principle * time * rate) / 100 .

Finally, print the resultant value of SI .

Answered by overthetopofyourhead
0

Please tell you want in which Programming language, C++, Netbeans, Python or HTML. Reply back in comments and I will give the whole source/programming code

Similar questions