C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

C#

Write a program that accepts principal(P), rate(R),time (T)and display the simple interest amount (SIA). The compound interest is calculated as the following: SIA=P(1+rt/100) Your program should run as long as the use indicates there are more calculations to be made.

26th Dec 2019, 10:08 AM
Grayheart
1 Answer
+ 2
Write a sketch of the code, then save and share the code in your question Description. Avoid asking for a complete work, it's frowned upon here. Show them what you tried, then point out where you are facing issue. They help you then, once they see an effort had been given from your side : )
26th Dec 2019, 11:15 AM
Ipang