write a menu driven program to compute and display simple and compound intrest
Answers
Answered by
0
Answer:
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 .
Similar questions